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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGProperty
 CGProperty AS2CGVisitor.visitProperty(Property element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGProperty
 java.lang.Object BoxingAnalyzer.visitCGProperty(CGProperty cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGProperty
 CGProperty CGModelFactory.createCGProperty()
          Returns a new object of class 'CG Property'.
 

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

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGProperty
 class CGPropertyImpl
          An implementation of the model object 'CG Property'.
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGProperty
 CGProperty CGModelFactoryImpl.createCGProperty()
           
 

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

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGProperty
 java.lang.Object CG2JavaPreVisitor.visitCGProperty(CGProperty cgProperty)
           
 java.lang.Boolean CG2JavaVisitor.visitCGProperty(CGProperty cgProperty)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type CGProperty
 java.lang.Object OCLinEcoreCodeGenerator.EcoreBoxingAnalyzer.visitCGProperty(CGProperty cgProperty)