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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGOperationCallExp
 java.lang.Object AnalysisVisitor.visitCGOperationCallExp(CGOperationCallExp cgOperationCallExp)
           
 java.lang.String CG2StringVisitor.visitCGOperationCallExp(CGOperationCallExp oc)
           
 java.util.Set<CGVariable> FieldingAnalyzer.AnalysisVisitor.visitCGOperationCallExp(CGOperationCallExp cgElement)
          All childExternals of a validating operation are marked as caught variables.
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGOperationCallExp(CGOperationCallExp cgElement)
           
 

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

Subinterfaces of CGOperationCallExp in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGEcoreOperationCallExp
          A representation of the model object 'CG Ecore Operation Call Exp'.
 interface CGExecutorOperationCallExp
          A representation of the model object 'CG Executor Operation Call Exp'.
 interface CGLibraryOperationCallExp
          A representation of the model object 'CG Library Operation Call Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGOperationCallExp
 class CGEcoreOperationCallExpImpl
          An implementation of the model object 'CG Ecore Operation Call Exp'.
 class CGExecutorOperationCallExpImpl
          An implementation of the model object 'CG Executor Operation Call Exp'.
 class CGLibraryOperationCallExpImpl
          An implementation of the model object 'CG Library Operation Call Exp'.
 class CGOperationCallExpImpl
          An implementation of the model object 'CG Operation Call Exp'.
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGOperationCallExp
 T CGModelSwitch.caseCGOperationCallExp(CGOperationCallExp object)
          Returns the result of interpreting the object as an instance of 'CG Operation Call Exp'.
 R AbstractExtendingCGModelVisitor.visitCGOperationCallExp(CGOperationCallExp object)
           
 R AbstractNullCGModelVisitor.visitCGOperationCallExp(CGOperationCallExp object)
           
 R CGModelVisitor.visitCGOperationCallExp(CGOperationCallExp object)