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

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

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

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

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGLibraryPropertyCallExp
 CGLibraryPropertyCallExp CGModelFactoryImpl.createCGLibraryPropertyCallExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGLibraryPropertyCallExp
 java.lang.Object CG2JavaPreVisitor.visitCGLibraryPropertyCallExp(CGLibraryPropertyCallExp cgPropertyCallExp)
           
 java.lang.Boolean CG2JavaVisitor.visitCGLibraryPropertyCallExp(CGLibraryPropertyCallExp cgPropertyCallExp)