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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGCollectionExp
 CGCollectionExp AS2CGVisitor.visitCollectionLiteralExp(CollectionLiteralExp element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGCollectionExp
 java.lang.Object AnalysisVisitor.visitCGCollectionExp(CGCollectionExp cgCollectionExp)
           
 java.lang.String CG2StringVisitor.visitCGCollectionExp(CGCollectionExp cgCollectionExp)
           
 java.lang.Object DependencyVisitor.visitCGCollectionExp(CGCollectionExp cgCollectionExp)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGCollectionExp
 CGCollectionExp CGModelFactory.createCGCollectionExp()
          Returns a new object of class 'CG Collection Exp'.
 CGCollectionExp CGCollectionPart.getCollectionExp()
          Returns the value of the 'Collection Exp' container reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGCollectionExp
 class CGCollectionExpImpl
          An implementation of the model object 'CG Collection Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGCollectionExp
 CGCollectionExp CGModelFactoryImpl.createCGCollectionExp()
           
 CGCollectionExp CGCollectionPartImpl.getCollectionExp()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGCollectionExp
 T CGModelSwitch.caseCGCollectionExp(CGCollectionExp object)
          Returns the result of interpreting the object as an instance of 'CG Collection Exp'.
 R AbstractExtendingCGModelVisitor.visitCGCollectionExp(CGCollectionExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGCollectionExp(CGCollectionExp object)
           
 R AbstractNullCGModelVisitor.visitCGCollectionExp(CGCollectionExp object)
           
 R CGModelVisitor.visitCGCollectionExp(CGCollectionExp object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGCollectionExp
 java.lang.Object CG2JavaPreVisitor.visitCGCollectionExp(CGCollectionExp cgCollectionExp)
           
 java.lang.Boolean CG2JavaVisitor.visitCGCollectionExp(CGCollectionExp cgCollectionExp)
           
 

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

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