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

Packages that use CGPackage
org.eclipse.ocl.examples.autogen.java   
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 CGPackage in org.eclipse.ocl.examples.autogen.java
 

Fields in org.eclipse.ocl.examples.autogen.java declared as CGPackage
protected  CGPackage AutoCG2JavaVisitor.cgPackage
           
 

Fields in org.eclipse.ocl.examples.autogen.java with type parameters of type CGPackage
protected  java.util.Map<java.lang.String,CGPackage> AutoCodeGenerator.externalPackages
           
 

Methods in org.eclipse.ocl.examples.autogen.java that return CGPackage
protected  CGPackage AutoCodeGenerator.createCGPackage()
           
 

Constructors in org.eclipse.ocl.examples.autogen.java with parameters of type CGPackage
AutoCG2JavaVisitor(AutoCodeGenerator codeGenerator, CGPackage cgPackage, java.util.List<CGValuedElement> sortedGlobals)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGPackage
 CGPackage AS2CGVisitor.visitPackage(Package element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGPackage
 java.lang.String CG2StringVisitor.visitCGPackage(CGPackage cgPackage)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGPackage
 CGPackage CGModelFactory.createCGPackage()
          Returns a new object of class 'CG Package'.
 CGPackage CGClass.getContainingPackage()
          Returns the value of the 'Containing Package' container reference.
 CGPackage CGPackage.getContainingPackage()
          Returns the value of the 'Containing Package' container reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return types with arguments of type CGPackage
 java.util.List<CGPackage> CGModel.getPackages()
          Returns the value of the 'Packages' containment reference list.
 java.util.List<CGPackage> CGPackage.getPackages()
          Returns the value of the 'Packages' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGPackage
 void CGClass.setContainingPackage(CGPackage value)
          Sets the value of the 'Containing Package' container reference.
 void CGPackage.setContainingPackage(CGPackage value)
          Sets the value of the 'Containing Package' container reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGPackage
 class CGPackageImpl
          An implementation of the model object 'CG Package'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl with type parameters of type CGPackage
protected  org.eclipse.emf.common.util.EList<CGPackage> CGModelImpl.packages
          The cached value of the 'Packages' containment reference list.
protected  org.eclipse.emf.common.util.EList<CGPackage> CGPackageImpl.packages
          The cached value of the 'Packages' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGPackage
 CGPackage CGModelFactoryImpl.createCGPackage()
           
 CGPackage CGClassImpl.getContainingPackage()
           
 CGPackage CGPackageImpl.getContainingPackage()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return types with arguments of type CGPackage
 java.util.List<CGPackage> CGModelImpl.getPackages()
           
 java.util.List<CGPackage> CGPackageImpl.getPackages()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGPackage
 org.eclipse.emf.common.notify.NotificationChain CGClassImpl.basicSetContainingPackage(CGPackage newContainingPackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CGPackageImpl.basicSetContainingPackage(CGPackage newContainingPackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CGClassImpl.setContainingPackage(CGPackage newContainingPackage)
           
 void CGPackageImpl.setContainingPackage(CGPackage newContainingPackage)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGPackage
protected  void JavaCodeGenerator.optimize(CGPackage cgPackage)
          Perform the overall optimization of the CG tree.
 java.lang.Boolean CG2JavaVisitor.visitCGPackage(CGPackage cgPackage)
           
 

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

Fields in org.eclipse.ocl.examples.codegen.oclinecore declared as CGPackage
protected  CGPackage OCLinEcoreCG2JavaVisitor.cgPackage
           
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type CGPackage
 java.lang.Boolean OCLinEcoreCG2JavaVisitor.visitCGPackage(CGPackage cgPackage)
           
 

Constructors in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type CGPackage
OCLinEcoreCG2JavaVisitor(JavaCodeGenerator codeGenerator, org.eclipse.emf.codegen.ecore.genmodel.GenPackage genPackage, CGPackage cgPackage)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.oclinjunit that return CGPackage
protected  CGPackage JUnitCodeGenerator.createCGPackage(ExpressionInOCL expInOcl, java.lang.String packageName, java.lang.String className)