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

Packages that use IterateExp
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 IterateExp in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return IterateExp
 IterateExp PivotFactory.createIterateExp()
          Returns a new object of class 'Iterate Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type IterateExp
 Value EvaluationVisitorImpl.visitIterateExp(IterateExp iterateExp)
          Callback for an IterateExp visit.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement IterateExp
 class IterateExpImpl
          An implementation of the model object 'Iterate Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return IterateExp
 IterateExp PivotFactoryImpl.createIterateExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type IterateExp
 T PivotSwitch.caseIterateExp(IterateExp object)
          Returns the result of interpreting the object as an instance of 'Iterate Exp'.
 boolean PivotValidator.validateIterateExp(IterateExp iterateExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitIterateExp(IterateExp object)
           
 R AbstractExtendingVisitor.visitIterateExp(IterateExp object)
           
 R AbstractNullVisitor.visitIterateExp(IterateExp object)
           
 R Visitor.visitIterateExp(IterateExp object)
           
 

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.console with parameters of type IterateExp
 Value OCLConsolePage.CancelableEvaluationVisitor.visitIterateExp(IterateExp iterateExp)
           
 

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

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