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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGConstructorExp
 CGConstructorExp AS2CGVisitor.visitConstructorExp(ConstructorExp element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGConstructorExp
 java.lang.Object AnalysisVisitor.visitCGConstructorExp(CGConstructorExp cgConstructorExp)
           
 

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

Subinterfaces of CGConstructorExp in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGEcoreClassConstructorExp
          A representation of the model object 'CG Ecore Class Constructor Exp'.
 interface CGEcoreDataTypeConstructorExp
          A representation of the model object 'CG Ecore Data Type Constructor Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGConstructorExp
 CGConstructorExp CGConstructorPart.getConstructorExp()
          Returns the value of the 'Constructor Exp' container reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGConstructorExp
 class CGConstructorExpImpl
          An implementation of the model object 'CG Constructor Exp'.
 class CGEcoreClassConstructorExpImpl
          An implementation of the model object 'CG Ecore Class Constructor Exp'.
 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 CGConstructorExp
 CGConstructorExp CGConstructorPartImpl.getConstructorExp()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGConstructorExp
 T CGModelSwitch.caseCGConstructorExp(CGConstructorExp object)
          Returns the result of interpreting the object as an instance of 'CG Constructor Exp'.
 R AbstractExtendingCGModelVisitor.visitCGConstructorExp(CGConstructorExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGConstructorExp(CGConstructorExp object)
           
 R AbstractNullCGModelVisitor.visitCGConstructorExp(CGConstructorExp object)
           
 R CGModelVisitor.visitCGConstructorExp(CGConstructorExp object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGConstructorExp
 java.lang.Object CG2JavaPreVisitor.visitCGConstructorExp(CGConstructorExp cgConstructorExp)
           
 java.lang.Boolean CG2JavaVisitor.visitCGConstructorExp(CGConstructorExp cgConstructorExp)