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

Packages that use CGEcoreDataTypeConstructorExp
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   
org.eclipse.ocl.examples.codegen.utilities   
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGEcoreDataTypeConstructorExp
 CGEcoreDataTypeConstructorExp CGModelFactory.createCGEcoreDataTypeConstructorExp()
          Returns a new object of class 'CG Ecore Data Type Constructor Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGEcoreDataTypeConstructorExp
 class CGEcoreDataTypeConstructorExpImpl
          An implementation of the model object 'CG Ecore Data Type Constructor Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGEcoreDataTypeConstructorExp
 CGEcoreDataTypeConstructorExp CGModelFactoryImpl.createCGEcoreDataTypeConstructorExp()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGEcoreDataTypeConstructorExp
 T CGModelSwitch.caseCGEcoreDataTypeConstructorExp(CGEcoreDataTypeConstructorExp object)
          Returns the result of interpreting the object as an instance of 'CG Ecore Data Type Constructor Exp'.
 R AbstractExtendingCGModelVisitor.visitCGEcoreDataTypeConstructorExp(CGEcoreDataTypeConstructorExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGEcoreDataTypeConstructorExp(CGEcoreDataTypeConstructorExp object)
           
 R AbstractNullCGModelVisitor.visitCGEcoreDataTypeConstructorExp(CGEcoreDataTypeConstructorExp object)
           
 R CGModelVisitor.visitCGEcoreDataTypeConstructorExp(CGEcoreDataTypeConstructorExp object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGEcoreDataTypeConstructorExp
 java.lang.Boolean CG2JavaVisitor.visitCGEcoreDataTypeConstructorExp(CGEcoreDataTypeConstructorExp cgConstructorExp)
           
 

Uses of CGEcoreDataTypeConstructorExp in org.eclipse.ocl.examples.codegen.utilities
 

Methods in org.eclipse.ocl.examples.codegen.utilities with parameters of type CGEcoreDataTypeConstructorExp
static java.lang.Boolean EquivalenceUtils.isEquivalent(CGEcoreDataTypeConstructorExp thisValue, CGEcoreDataTypeConstructorExp thatValue)