Class AssignmentReducer

java.lang.Object
net.ssehub.easy.varModel.cst.AbstractConstraintTreeVisitor
net.ssehub.easy.varModel.model.rewrite.AssignmentReducer
All Implemented Interfaces:
IConstraintTreeVisitor

class AssignmentReducer extends AbstractConstraintTreeVisitor
Part of the ProjectRewriteVisitor to remove sub values of a RHS of an assignment, if declarations of this assignments have been removed.
Visiting should be started with reduce(OCLFeatureCall) instead of using the usual accept methods.
Author:
El-Sharkawy