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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGLibraryOperationCallExp
 CGLibraryOperationCallExp CGModelFactoryImpl.createCGLibraryOperationCallExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGLibraryOperationCallExp
 java.lang.Object CG2JavaPreVisitor.visitCGLibraryOperationCallExp(CGLibraryOperationCallExp cgOperationCallExp)
           
 java.lang.Object CG2JavaVisitor.visitCGLibraryOperationCallExp(CGLibraryOperationCallExp cgOperationCallExp)