Uses of Class
net.ssehub.easy.varModel.cst.Leaf
-
Packages that use Leaf Package Description net.ssehub.easy.varModel.cst Package for elements of the constraint syntax tree. -
-
Uses of Leaf in net.ssehub.easy.varModel.cst
Subclasses of Leaf in net.ssehub.easy.varModel.cst Modifier and Type Class Description classAttributeVariableA variable which represents an attribute.classConstantValueClass for a constant value.classEmptyInitializerAn internal temporary node representing an untyped empty initializer.classResolvedVariableCarries a resolved variable.classSelfRepresents the a compound itself (for constraints within compounds).classVariableClass for a variable value.Fields in net.ssehub.easy.varModel.cst with type parameters of type Leaf Modifier and Type Field Description private java.util.Map<Leaf,Leaf>ConstraintReplacer. mappingprivate java.util.Map<Leaf,Leaf>ConstraintReplacer. mappingMethods in net.ssehub.easy.varModel.cst with parameters of type Leaf Modifier and Type Method Description private voidConstraintReplacer. replace(Leaf oldLeaf)Replaces a leaf if inConstraintReplacer.mapping.ConstraintSyntaxTreeConstraintReplacer. replaceVariable(Leaf oldLeaf, Leaf newLeaf)Copies a ConstraintSyntaxTree and replaces all occurrences of oldLeaf with newLeaf.
-