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

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGTuplePartCallExp
 CGTuplePartCallExp CGModelFactory.createCGTuplePartCallExp()
          Returns a new object of class 'CG Tuple Part Call Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGTuplePartCallExp
 class CGTuplePartCallExpImpl
          An implementation of the model object 'CG Tuple Part Call Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGTuplePartCallExp
 CGTuplePartCallExp CGModelFactoryImpl.createCGTuplePartCallExp()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGTuplePartCallExp
 T CGModelSwitch.caseCGTuplePartCallExp(CGTuplePartCallExp object)
          Returns the result of interpreting the object as an instance of 'CG Tuple Part Call Exp'.
 R AbstractExtendingCGModelVisitor.visitCGTuplePartCallExp(CGTuplePartCallExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGTuplePartCallExp(CGTuplePartCallExp object)
           
 R AbstractNullCGModelVisitor.visitCGTuplePartCallExp(CGTuplePartCallExp object)
           
 R CGModelVisitor.visitCGTuplePartCallExp(CGTuplePartCallExp object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGTuplePartCallExp
 java.lang.Boolean CG2JavaVisitor.visitCGTuplePartCallExp(CGTuplePartCallExp cgTuplePartCallExp)