Uses of Interface
org.eclipse.ocl.examples.pivot.IteratorExp

Packages that use IteratorExp
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.scoping.pivot   
org.eclipse.ocl.examples.xtext.console   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of IteratorExp in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return IteratorExp
 IteratorExp PivotFactory.createIteratorExp()
          Returns a new object of class 'Iterator Exp'.
 

Uses of IteratorExp in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type IteratorExp
 Value EvaluationVisitorImpl.visitIteratorExp(IteratorExp iteratorExp)
          Callback for an IteratorExp visit.
 

Uses of IteratorExp in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement IteratorExp
 class IteratorExpImpl
          An implementation of the model object 'Iterator Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return IteratorExp
 IteratorExp PivotFactoryImpl.createIteratorExp()
           
 

Uses of IteratorExp in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type IteratorExp
 java.lang.Object PrettyPrintExprVisitor.visitIteratorExp(IteratorExp object)
           
 

Uses of IteratorExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type IteratorExp
 T PivotSwitch.caseIteratorExp(IteratorExp object)
          Returns the result of interpreting the object as an instance of 'Iterator Exp'.
 boolean PivotValidator.validateIteratorExp(IteratorExp iteratorExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitIteratorExp(IteratorExp object)
           
 R AbstractExtendingVisitor.visitIteratorExp(IteratorExp object)
           
 R AbstractNullVisitor.visitIteratorExp(IteratorExp object)
           
 R Visitor.visitIteratorExp(IteratorExp object)
           
 

Uses of IteratorExp in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type IteratorExp
 java.lang.String ToStringVisitor.visitIteratorExp(IteratorExp callExp)
          Callback for an IteratorExp visit.
 

Uses of IteratorExp in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type IteratorExp
 ScopeAdapter PivotScopeVisitor.visitIteratorExp(IteratorExp pivotElement)
           
 

Uses of IteratorExp in org.eclipse.ocl.examples.xtext.base.scoping.pivot
 

Constructors in org.eclipse.ocl.examples.xtext.base.scoping.pivot with parameters of type IteratorExp
IteratorExpScopeAdapter(TypeManager typeManager, IteratorExp pivotElement)
           
 

Uses of IteratorExp in org.eclipse.ocl.examples.xtext.console
 

Methods in org.eclipse.ocl.examples.xtext.console with parameters of type IteratorExp
 Value OCLConsolePage.CancelableEvaluationVisitor.visitIteratorExp(IteratorExp iteratorExp)
           
 

Uses of IteratorExp in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type IteratorExp
protected  java.lang.String BaseLabelProvider.image(IteratorExp ele)