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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGTypeExp
 CGTypeExp AS2CGVisitor.visitTypeExp(TypeExp pTypeExp)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGTypeExp
 java.lang.Object AnalysisVisitor.visitCGTypeExp(CGTypeExp cgTypeExp)
           
 java.util.List<java.lang.Object> ReferencesVisitor.visitCGTypeExp(CGTypeExp cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGTypeExp
 CGTypeExp CGModelFactory.createCGTypeExp()
          Returns a new object of class 'CG Type Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGTypeExp
 class CGTypeExpImpl
          An implementation of the model object 'CG Type Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGTypeExp
 CGTypeExp CGModelFactoryImpl.createCGTypeExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGTypeExp
 java.lang.Object CG2JavaPreVisitor.visitCGTypeExp(CGTypeExp cgTypeExp)
           
 java.lang.Boolean CG2JavaVisitor.visitCGTypeExp(CGTypeExp cgTypeExp)
           
 java.lang.Object JavaDependencyVisitor.visitCGTypeExp(CGTypeExp cgTypeExp)