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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGLibraryIterateCallExp
 java.lang.Object BoxingAnalyzer.visitCGLibraryIterateCallExp(CGLibraryIterateCallExp cgElement)
           
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGLibraryIterateCallExp(CGLibraryIterateCallExp cgElement)
           
 

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

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

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

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGLibraryIterateCallExp
 CGLibraryIterateCallExp CGModelFactoryImpl.createCGLibraryIterateCallExp()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGLibraryIterateCallExp
 T CGModelSwitch.caseCGLibraryIterateCallExp(CGLibraryIterateCallExp object)
          Returns the result of interpreting the object as an instance of 'CG Library Iterate Call Exp'.
 R AbstractExtendingCGModelVisitor.visitCGLibraryIterateCallExp(CGLibraryIterateCallExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGLibraryIterateCallExp(CGLibraryIterateCallExp object)
           
 R AbstractNullCGModelVisitor.visitCGLibraryIterateCallExp(CGLibraryIterateCallExp object)
           
 R CGModelVisitor.visitCGLibraryIterateCallExp(CGLibraryIterateCallExp object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGLibraryIterateCallExp
 java.lang.Object CG2JavaPreVisitor.visitCGLibraryIterateCallExp(CGLibraryIterateCallExp cgLibraryIterateCallExp)
           
 java.lang.Boolean CG2JavaVisitor.visitCGLibraryIterateCallExp(CGLibraryIterateCallExp cgIterateCallExp)