Uses of Class
net.ssehub.easy.varModel.cst.Leaf
Packages that use Leaf
Package
Description
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.cstModifier and TypeClassDescriptionclassA variable which represents an attribute.classClass for a constant value.classAn internal temporary node representing an untyped empty initializer.classCarries a resolved variable.classRepresents the a compound itself (for constraints within compounds).classClass for a variable value.Fields in net.ssehub.easy.varModel.cst with type parameters of type LeafMethods in net.ssehub.easy.varModel.cst with parameters of type LeafModifier and TypeMethodDescriptionprivate voidReplaces a leaf if inConstraintReplacer.mapping.ConstraintReplacer.replaceVariable(Leaf oldLeaf, Leaf newLeaf) Copies a ConstraintSyntaxTree and replaces all occurrences of oldLeaf with newLeaf.