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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGExecutorPropertyCallExp
 java.lang.Object BoxingAnalyzer.visitCGExecutorPropertyCallExp(CGExecutorPropertyCallExp cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGExecutorPropertyCallExp
 CGExecutorPropertyCallExp CGModelFactory.createCGExecutorPropertyCallExp()
          Returns a new object of class 'CG Executor Property Call Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGExecutorPropertyCallExp
 class CGExecutorPropertyCallExpImpl
          An implementation of the model object 'CG Executor Property Call Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGExecutorPropertyCallExp
 CGExecutorPropertyCallExp CGModelFactoryImpl.createCGExecutorPropertyCallExp()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGExecutorPropertyCallExp
 T CGModelSwitch.caseCGExecutorPropertyCallExp(CGExecutorPropertyCallExp object)
          Returns the result of interpreting the object as an instance of 'CG Executor Property Call Exp'.
 R AbstractExtendingCGModelVisitor.visitCGExecutorPropertyCallExp(CGExecutorPropertyCallExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGExecutorPropertyCallExp(CGExecutorPropertyCallExp object)
           
 R AbstractNullCGModelVisitor.visitCGExecutorPropertyCallExp(CGExecutorPropertyCallExp object)
           
 R CGModelVisitor.visitCGExecutorPropertyCallExp(CGExecutorPropertyCallExp object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGExecutorPropertyCallExp
 java.lang.Object CG2JavaPreVisitor.visitCGExecutorPropertyCallExp(CGExecutorPropertyCallExp cgExecutorPropertyCallExp)
           
 java.lang.Boolean CG2JavaVisitor.visitCGExecutorPropertyCallExp(CGExecutorPropertyCallExp cgPropertyCallExp)