Uses of Class
org.eclipse.ocl.AbstractEvaluationVisitor

Packages that use AbstractEvaluationVisitor
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation   
 

Uses of AbstractEvaluationVisitor in org.eclipse.ocl
 

Subclasses of AbstractEvaluationVisitor in org.eclipse.ocl
 class EvaluationVisitorImpl<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
          An evaluation visitor implementation for OCL expressions.
 

Uses of AbstractEvaluationVisitor in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Subclasses of AbstractEvaluationVisitor in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 class PartialEvaluationVisitorImpl
          When a ValueNotFoundException occurs during evaluating an expression, it is not caught, logged and swallowed but forwarded to the caller.
 

Uses of AbstractEvaluationVisitor in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation
 

Subclasses of AbstractEvaluationVisitor in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation
 class PartialEvaluationVisitorImplNoAllInstances
          In addition to throwing a ValueNotFoundException as already done by the superclass, this implementation also throws a NoAllInstancesDuringEvaluationForUnusedCheck exception in case an allInstances() call is to be evaluated.