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

Packages that use CGPropertyCallExp
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   
 

Uses of CGPropertyCallExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGPropertyCallExp
 java.lang.Object AnalysisVisitor.visitCGPropertyCallExp(CGPropertyCallExp cgPropertyCallExp)
           
 java.lang.String CG2StringVisitor.visitCGPropertyCallExp(CGPropertyCallExp pc)
           
 java.util.List<java.lang.Object> ReferencesVisitor.visitCGPropertyCallExp(CGPropertyCallExp cgElement)
           
 

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

Subinterfaces of CGPropertyCallExp in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGEcorePropertyCallExp
          A representation of the model object 'CG Ecore Property Call Exp'.
 interface CGExecutorPropertyCallExp
          A representation of the model object 'CG Executor Property Call Exp'.
 interface CGLibraryPropertyCallExp
          A representation of the model object 'CG Library Property Call Exp'.
 interface CGTuplePartCallExp
          A representation of the model object 'CG Tuple Part Call Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGPropertyCallExp
 class CGEcorePropertyCallExpImpl
          An implementation of the model object 'CG Ecore Property Call Exp'.
 class CGExecutorPropertyCallExpImpl
          An implementation of the model object 'CG Executor Property Call Exp'.
 class CGLibraryPropertyCallExpImpl
          An implementation of the model object 'CG Library Property Call Exp'.
 class CGPropertyCallExpImpl
          An implementation of the model object 'CG Property Call Exp'.
 class CGTuplePartCallExpImpl
          An implementation of the model object 'CG Tuple Part Call Exp'.
 

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

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