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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGCastExp
 java.lang.String CG2StringVisitor.visitCGCastExp(CGCastExp cgCastExp)
           
 java.util.List<java.lang.Object> ReferencesVisitor.visitCGCastExp(CGCastExp cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGCastExp
 CGCastExp CGModelFactory.createCGCastExp()
          Returns a new object of class 'CG Cast Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGCastExp
 class CGCastExpImpl
          An implementation of the model object 'CG Cast Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGCastExp
 CGCastExp CGModelFactoryImpl.createCGCastExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGCastExp
 java.lang.Boolean CG2JavaVisitor.visitCGCastExp(CGCastExp cgCastExp)