Uses of Class
net.ssehub.easy.varModel.cst.AbstractConstraintTreeVisitor
Packages that use AbstractConstraintTreeVisitor
Package
Description
Package for elements of the constraint syntax tree.
Classes for creating an (adapted) copy of the
Project.-
Uses of AbstractConstraintTreeVisitor in net.ssehub.easy.varModel.cst
Subclasses of AbstractConstraintTreeVisitor in net.ssehub.easy.varModel.cstModifier and TypeClassDescriptionclassSearches a constraint for the occurrence ofself. -
Uses of AbstractConstraintTreeVisitor in net.ssehub.easy.varModel.model.rewrite
Subclasses of AbstractConstraintTreeVisitor in net.ssehub.easy.varModel.model.rewriteModifier and TypeClassDescription(package private) classPart of theProjectRewriteVisitorto remove sub values of a RHS of an assignment, if declarations of this assignments have been removed.
Visiting should be started withAssignmentReducer.reduce(OCLFeatureCall)instead of using the usualacceptmethods.