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

Packages that use CGConstructorPart
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.utilities   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGConstructorPart
 CGConstructorPart AS2CGVisitor.visitConstructorPart(ConstructorPart element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGConstructorPart
 java.lang.Object BoxingAnalyzer.visitCGConstructorPart(CGConstructorPart cgConstructorPart)
           
 java.lang.Object DependencyVisitor.visitCGConstructorPart(CGConstructorPart cgConstructorPart)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGConstructorPart
 CGConstructorPart CGModelFactory.createCGConstructorPart()
          Returns a new object of class 'CG Constructor Part'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return types with arguments of type CGConstructorPart
 java.util.List<CGConstructorPart> CGConstructorExp.getParts()
          Returns the value of the 'Parts' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGConstructorPart
 class CGConstructorPartImpl
          An implementation of the model object 'CG Constructor Part'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl with type parameters of type CGConstructorPart
protected  org.eclipse.emf.common.util.EList<CGConstructorPart> CGConstructorExpImpl.parts
          The cached value of the 'Parts' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGConstructorPart
 CGConstructorPart CGModelFactoryImpl.createCGConstructorPart()
           
 

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

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGConstructorPart
 T CGModelSwitch.caseCGConstructorPart(CGConstructorPart object)
          Returns the result of interpreting the object as an instance of 'CG Constructor Part'.
 R AbstractExtendingCGModelVisitor.visitCGConstructorPart(CGConstructorPart object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGConstructorPart(CGConstructorPart object)
           
 R AbstractNullCGModelVisitor.visitCGConstructorPart(CGConstructorPart object)
           
 R CGModelVisitor.visitCGConstructorPart(CGConstructorPart object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGConstructorPart
 java.lang.Object CG2JavaPreVisitor.visitCGConstructorPart(CGConstructorPart cgConstructorPart)
           
 java.lang.Boolean CG2JavaVisitor.visitCGConstructorPart(CGConstructorPart cgConstructorPart)
           
 

Uses of CGConstructorPart in org.eclipse.ocl.examples.codegen.utilities
 

Methods in org.eclipse.ocl.examples.codegen.utilities with parameters of type CGConstructorPart
static java.lang.Boolean EquivalenceUtils.isEquivalent(CGConstructorPart thisValue, CGConstructorPart thatValue)