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

Packages that use CGOperation
org.eclipse.ocl.examples.autogen.autocgmodel   
org.eclipse.ocl.examples.autogen.autocgmodel.impl   
org.eclipse.ocl.examples.autogen.autocgmodel.util   
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   
org.eclipse.ocl.examples.codegen.oclinecore   
 

Uses of CGOperation in org.eclipse.ocl.examples.autogen.autocgmodel
 

Subinterfaces of CGOperation in org.eclipse.ocl.examples.autogen.autocgmodel
 interface CGContainmentVisit
          A representation of the model object 'CG Containment Visit'.
 

Uses of CGOperation in org.eclipse.ocl.examples.autogen.autocgmodel.impl
 

Classes in org.eclipse.ocl.examples.autogen.autocgmodel.impl that implement CGOperation
 class CGContainmentVisitImpl
          An implementation of the model object 'CG Containment Visit'.
 

Uses of CGOperation in org.eclipse.ocl.examples.autogen.autocgmodel.util
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.util with parameters of type CGOperation
 T AutoCGModelSwitch.caseCGOperation(CGOperation object)
          Returns the result of interpreting the object as an instance of 'CG Operation'.
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGOperation
 CGOperation AS2CGVisitor.visitOperation(Operation element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGOperation
protected  void CG2StringVisitor.appendOperationSignature(CGOperation cgOperation)
           
 java.lang.Object AnalysisVisitor.visitCGOperation(CGOperation cgOperation)
           
 java.lang.Object BoxingAnalyzer.visitCGOperation(CGOperation cgElement)
           
 java.lang.String CG2StringVisitor.visitCGOperation(CGOperation cgOperation)
           
 

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

Subinterfaces of CGOperation in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGEcoreOperation
          A representation of the model object 'CG Ecore Operation'.
 interface CGLibraryOperation
          A representation of the model object 'CG Library Operation'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return types with arguments of type CGOperation
 java.util.List<CGOperation> CGClass.getOperations()
          Returns the value of the 'Operations' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGOperation
 class CGEcoreOperationImpl
          An implementation of the model object 'CG Ecore Operation'.
 class CGLibraryOperationImpl
          An implementation of the model object 'CG Library Operation'.
 class CGOperationImpl
          An implementation of the model object 'CG Operation'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl with type parameters of type CGOperation
protected  org.eclipse.emf.common.util.EList<CGOperation> CGClassImpl.operations
          The cached value of the 'Operations' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return types with arguments of type CGOperation
 java.util.List<CGOperation> CGClassImpl.getOperations()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGOperation
 T CGModelSwitch.caseCGOperation(CGOperation object)
          Returns the result of interpreting the object as an instance of 'CG Operation'.
 R AbstractExtendingCGModelVisitor.visitCGOperation(CGOperation object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGOperation(CGOperation object)
           
 R AbstractNullCGModelVisitor.visitCGOperation(CGOperation object)
           
 R CGModelVisitor.visitCGOperation(CGOperation object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGOperation
 java.lang.Object CG2JavaPreVisitor.visitCGOperation(CGOperation cgOperation)
           
 java.lang.Boolean CG2JavaVisitor.visitCGOperation(CGOperation cgOperation)
           
 

Uses of CGOperation in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type CGOperation
 java.lang.Boolean OCLinEcoreCG2JavaVisitor.visitCGOperation(CGOperation cgOperation)
           
 java.lang.Object OCLinEcoreCodeGenerator.EcoreBoxingAnalyzer.visitCGOperation(CGOperation cgOperation)