Uses of Class
net.ssehub.easy.varModel.cst.AbstractConstraintTreeVisitor
-
Packages that use AbstractConstraintTreeVisitor Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.net.ssehub.easy.varModel.cst Package for elements of the constraint syntax tree.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject. -
-
Uses of AbstractConstraintTreeVisitor in de.uni_hildesheim.sse.translation
Subclasses of AbstractConstraintTreeVisitor in de.uni_hildesheim.sse.translation Modifier and Type Class Description (package private) classDerivedTypeMetaCompoundAccessVisitorA checking visitor for illegal compound accesses in declaration of derived data types. -
Uses of AbstractConstraintTreeVisitor in net.ssehub.easy.varModel.cst
Subclasses of AbstractConstraintTreeVisitor in net.ssehub.easy.varModel.cst Modifier and Type Class Description classContainsSelfVisitorSearches 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.rewrite Modifier and Type Class Description (package private) classAssignmentReducerPart 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 usual accept methods.
-