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

Packages that use CGOperation
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   
org.eclipse.ocl.examples.codegen.oclinjunit   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGOperation
 CGOperation Pivot2CGVisitor.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
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGOperation
 CGOperation CGModelFactory.createCGOperation()
          Returns a new object of class 'CG Operation'.
 CGOperation CGParameter.getOperation()
          Returns the value of the 'Operation' reference.
 

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.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGOperation
 void CGParameter.setOperation(CGOperation value)
          Sets the value of the 'Operation' reference.
 

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

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

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as CGOperation
protected  CGOperation CGParameterImpl.operation
          The cached value of the 'Operation' reference.
 

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 CGOperation
 CGOperation CGModelFactoryImpl.createCGOperation()
           
 CGOperation CGParameterImpl.getOperation()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGOperation
 void CGParameterImpl.setOperation(CGOperation newOperation)
           
 

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 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.Object 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.Object OCLinEcoreCG2JavaVisitor.visitCGOperation(CGOperation cgOperation)
           
 java.lang.Object OCLinEcoreCodeGenerator.EcoreBoxingAnalyzer.visitCGOperation(CGOperation cgOperation)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.oclinjunit that return CGOperation
 CGOperation JUnitCG2JavaClassVisitor.createCGOperation(ExpressionInOCL expInOcl)