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

Packages that use CGLibraryIterationCallExp
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 CGLibraryIterationCallExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGLibraryIterationCallExp
 java.lang.Object BoxingAnalyzer.visitCGLibraryIterationCallExp(CGLibraryIterationCallExp cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGLibraryIterationCallExp
 CGLibraryIterationCallExp CGModelFactory.createCGLibraryIterationCallExp()
          Returns a new object of class 'CG Library Iteration Call Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGLibraryIterationCallExp
 class CGLibraryIterationCallExpImpl
          An implementation of the model object 'CG Library Iteration Call Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGLibraryIterationCallExp
 CGLibraryIterationCallExp CGModelFactoryImpl.createCGLibraryIterationCallExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGLibraryIterationCallExp
 java.lang.Object CG2JavaPreVisitor.visitCGLibraryIterationCallExp(CGLibraryIterationCallExp cgLibraryIterationCallExp)
           
 java.lang.Object CG2JavaVisitor.visitCGLibraryIterationCallExp(CGLibraryIterationCallExp cgIterationCallExp)