Uses of Class
org.eclipse.ocl.EvaluationVisitorImpl

Packages that use EvaluationVisitorImpl
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation   
 

Uses of EvaluationVisitorImpl in org.eclipse.ocl.ecore
 

Subclasses of EvaluationVisitorImpl in org.eclipse.ocl.ecore
 class EvaluationVisitorImpl
           
 

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

Subclasses of EvaluationVisitorImpl 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 EvaluationVisitorImpl in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation
 

Subclasses of EvaluationVisitorImpl 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.