Uses of Class
org.eclipse.ocl.ecore.utilities.AbstractVisitor

Packages that use AbstractVisitor
org.eclipse.ocl.examples.impactanalyzer.impl   
 

Uses of AbstractVisitor in org.eclipse.ocl.examples.impactanalyzer.impl
 

Subclasses of AbstractVisitor in org.eclipse.ocl.examples.impactanalyzer.impl
 class ContextTypeRetriever
          From an OCL expression tries to determine the context type for self by looking for VariableExp expressions in the expression tree referencing the self variable and extracting the expression's type.