Package net.ssehub.easy.varModel.cst
Class Leaf
- java.lang.Object
-
- net.ssehub.easy.varModel.cst.ConstraintSyntaxTree
-
- net.ssehub.easy.varModel.cst.Leaf
-
- All Implemented Interfaces:
IAttributeAccess
- Direct Known Subclasses:
ConstantValue,EmptyInitializer,Self,Variable
public abstract class Leaf extends ConstraintSyntaxTree
Class for leaves in the ConstraintSyntaxTree.- Author:
- jaehne
-
-
Constructor Summary
Constructors Constructor Description Leaf()
-
Method Summary
-
Methods inherited from class net.ssehub.easy.varModel.cst.ConstraintSyntaxTree
accept, getAttribute, getAttribute, getAttributesCount, getContainedType, getName, getParent, inferDatatype, isSemanticallyEqual
-
-