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

Packages that use AbstractVisitor
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore.utilities   
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.filterSynthesis   
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation   
org.eclipse.ocl.examples.impactanalyzer.util   
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
 

Uses of AbstractVisitor in org.eclipse.ocl
 

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

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

Subclasses of AbstractVisitor in org.eclipse.ocl.ecore.utilities
 class AbstractVisitor<T>
          Mixes in the VisitorExtension interface and provides a default implementation for OppositePropertyCallExp.
 

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

Subclasses of AbstractVisitor 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 AbstractVisitor in org.eclipse.ocl.examples.impactanalyzer.filterSynthesis
 

Subclasses of AbstractVisitor in org.eclipse.ocl.examples.impactanalyzer.filterSynthesis
 class FilterSynthesisImpl
          Collects the relevant events for a single OCLExpression recursively.
 

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.
 

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

Subclasses of AbstractVisitor in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation
 class FindAlwaysUsedVariablesVisitor
          For an OCL expression finds out which of the Variables referred by any VariableExp within the expression will inevitably be used, regardless the values of any variables, deciding which branches may be taken.
 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.
 

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

Subclasses of AbstractVisitor in org.eclipse.ocl.examples.impactanalyzer.util
 class HighlightingToStringVisitor
           
 

Uses of AbstractVisitor in org.eclipse.ocl.util
 

Subclasses of AbstractVisitor in org.eclipse.ocl.util
 class ToStringVisitor<C,O,P,EL,PM,S,COA,SSA,CT>
          Converts an OCL expression to a string for debugging.