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
Class for leaves in the ConstraintSyntaxTree.
- Author:
- jaehne
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.ssehub.easy.varModel.cst.ConstraintSyntaxTree
accept, getAttribute, getAttribute, getAttributesCount, getContainedType, getName, getParent, inferDatatype, isSemanticallyEqual
-
Constructor Details
-
Leaf
public Leaf()
-