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

Packages that use LoopExp
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.vm.evaluator   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of LoopExp in org.eclipse.ocl.examples.debug.evaluator
 

Methods in org.eclipse.ocl.examples.debug.evaluator with parameters of type LoopExp
 void OCLVMRootEvaluationVisitor.postIterate(LoopExp loopExp)
           
 void OCLVMRootEvaluationVisitor.preIterate(LoopExp loopExp)
           
 VMBreakpoint IterateBreakpointHelper.stepIterateElement(LoopExp element, UnitLocation currentLocation)
           
 java.lang.Boolean OCLIsBreakpointableVisitor.visitLoopExp(LoopExp object)
           
 

Uses of LoopExp in org.eclipse.ocl.examples.debug.vm.evaluator
 

Methods in org.eclipse.ocl.examples.debug.vm.evaluator with parameters of type LoopExp
 void IVMRootEvaluationVisitor.postIterate(LoopExp element)
           
 void IVMRootEvaluationVisitor.preIterate(LoopExp element)
           
 

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

Subinterfaces of LoopExp in org.eclipse.ocl.examples.pivot
 interface IterateExp
          A representation of the model object 'Iterate Exp'.
 interface IteratorExp
          A representation of the model object 'Iterator Exp'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement LoopExp
 class IterateExpImpl
          An implementation of the model object 'Iterate Exp'.
 class IteratorExpImpl
          An implementation of the model object 'Iterator Exp'.
 class LoopExpImpl
          An implementation of the model object 'Loop Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type LoopExp
 T1 PivotSwitch.caseLoopExp(LoopExp object)
          Returns the result of interpreting the object as an instance of 'Loop Exp'.
 boolean PivotValidator.validateLoopExp_validateNoInitializers(LoopExp loopExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoInitializers constraint of 'Loop Exp'.
 boolean PivotValidator.validateLoopExp_validateSourceIsCollection(LoopExp loopExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSourceIsCollection constraint of 'Loop Exp'.
 boolean PivotValidator.validateLoopExp(LoopExp loopExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitLoopExp(LoopExp object)
           
 R AbstractExtendingVisitor.visitLoopExp(LoopExp object)
           
 R AbstractNullVisitor.visitLoopExp(LoopExp object)
           
 R AbstractWrappingVisitor.visitLoopExp(LoopExp object)
           
 R Visitor.visitLoopExp(LoopExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type LoopExp
 java.lang.Object AS2MonikerVisitor.visitLoopExp(LoopExp object)
           
 java.lang.Object ASSaverLocateVisitor.visitLoopExp(LoopExp object)
           
 java.lang.Object ASSaverResolveVisitor.visitLoopExp(LoopExp object)
           
 

Uses of LoopExp in org.eclipse.ocl.examples.xtext.base.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type LoopExp
 void CS2PivotConversion.setReferredIteration(LoopExp expression, Iteration iteration)
           
 

Uses of LoopExp in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as that return LoopExp
protected  LoopExp EssentialOCLCSLeft2RightVisitor.resolveIterationCallExp(InvocationExpCS csInvocationExp, OCLExpression sourceExp, Iteration iteration)
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type LoopExp
protected  void EssentialOCLCSLeft2RightVisitor.resolveIterationAccumulators(InvocationExpCS csInvocationExp, LoopExp expression)
           
protected  void EssentialOCLCSLeft2RightVisitor.resolveIterationBody(InvocationExpCS csInvocationExp, LoopExp expression)
           
protected  void EssentialOCLCSLeft2RightVisitor.resolveIterationContent(InvocationExpCS csInvocationExp, LoopExp expression)
           
protected  void EssentialOCLCSLeft2RightVisitor.resolveIterationIterators(InvocationExpCS csInvocationExp, OCLExpression source, LoopExp expression)
           
 

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

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