Uses of Interface
org.eclipse.ocl.examples.codegen.cgmodel.CGIterationCallExp

Packages that use CGIterationCallExp
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel.util   
org.eclipse.ocl.examples.codegen.java   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGIterationCallExp
 CGIterationCallExp Pivot2CGVisitor.visitIterateExp(IterateExp element)
           
 CGIterationCallExp Pivot2CGVisitor.visitIteratorExp(IteratorExp element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGIterationCallExp
 java.lang.Object AnalysisVisitor.visitCGIterationCallExp(CGIterationCallExp cgIterationCallExp)
           
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGIterationCallExp(CGIterationCallExp cgElement)
           
 

Uses of CGIterationCallExp in org.eclipse.ocl.examples.codegen.cgmodel
 

Subinterfaces of CGIterationCallExp in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGBuiltInIterationCallExp
          A representation of the model object 'CG While Exp'.
 interface CGLibraryIterateCallExp
          A representation of the model object 'CG Library Iterate Call Exp'.
 interface CGLibraryIterationCallExp
          A representation of the model object 'CG Library Iteration Call Exp'.
 

Uses of CGIterationCallExp in org.eclipse.ocl.examples.codegen.cgmodel.impl
 

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGIterationCallExp
 class CGBuiltInIterationCallExpImpl
          An implementation of the model object 'CG While Exp'.
 class CGIterationCallExpImpl
          An implementation of the model object 'CG Iteration Call Exp'.
 class CGLibraryIterateCallExpImpl
          An implementation of the model object 'CG Library Iterate Call Exp'.
 class CGLibraryIterationCallExpImpl
          An implementation of the model object 'CG Library Iteration Call Exp'.
 

Uses of CGIterationCallExp in org.eclipse.ocl.examples.codegen.cgmodel.util
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGIterationCallExp
 T CGModelSwitch.caseCGIterationCallExp(CGIterationCallExp object)
          Returns the result of interpreting the object as an instance of 'CG Iteration Call Exp'.
 R AbstractExtendingCGModelVisitor.visitCGIterationCallExp(CGIterationCallExp object)
           
 R AbstractNullCGModelVisitor.visitCGIterationCallExp(CGIterationCallExp object)
           
 R CGModelVisitor.visitCGIterationCallExp(CGIterationCallExp object)
           
 

Uses of CGIterationCallExp in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGIterationCallExp
 java.lang.Object CG2JavaPreVisitor.visitCGIterationCallExp(CGIterationCallExp cgIterationCallExp)