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

Packages that use IterateExp
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of IterateExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type IterateExp
 CGIterationCallExp Pivot2CGVisitor.visitIterateExp(IterateExp element)
           
 

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
 java.lang.Object 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.manager
 

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

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 EssentialOCLPrettyPrintVisitor.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_validateBodyTypeConformsToResultType(IterateExp iterateExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateBodyTypeConformsToResultType constraint of 'Iterate Exp'.
 boolean PivotValidator.validateIterateExp_validateOneInitializer(IterateExp iterateExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOneInitializer constraint of 'Iterate Exp'.
 boolean PivotValidator.validateIterateExp_validateTypeIsResultType(IterateExp iterateExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTypeIsResultType constraint 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.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)