Uses of Interface
org.eclipse.ocl.examples.pivot.CollectionLiteralExp

Packages that use CollectionLiteralExp
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of CollectionLiteralExp in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return CollectionLiteralExp
 CollectionLiteralExp PivotFactory.createCollectionLiteralExp()
          Returns a new object of class 'Collection Literal Exp'.
 CollectionLiteralExp OCLFactory.createCollectionLiteralExp()
          Returns a new object of class 'Collection Literal Exp'.
 

Uses of CollectionLiteralExp in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type CollectionLiteralExp
static boolean EvaluationVisitorImpl.isSimpleRange(CollectionLiteralExp cl)
           
 Value EvaluationVisitorDecorator.visitCollectionLiteralExp(CollectionLiteralExp literalExp)
          Delegates to my decorated visitor.
 Value EvaluationVisitorImpl.visitCollectionLiteralExp(CollectionLiteralExp cl)
          Callback for a CollectionLiteralExp visit.
 Value TracingEvaluationVisitor.visitCollectionLiteralExp(CollectionLiteralExp literalExp)
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement CollectionLiteralExp
 class CollectionLiteralExpImpl
          An implementation of the model object 'Collection Literal Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return CollectionLiteralExp
 CollectionLiteralExp PivotFactoryImpl.createCollectionLiteralExp()
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type CollectionLiteralExp
 java.lang.Object PrettyPrintExprVisitor.visitCollectionLiteralExp(CollectionLiteralExp object)
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type CollectionLiteralExp
 T PivotSwitch.caseCollectionLiteralExp(CollectionLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Exp'.
 boolean PivotValidator.validateCollectionLiteralExp(CollectionLiteralExp collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitCollectionLiteralExp(CollectionLiteralExp object)
           
 R AbstractExtendingVisitor.visitCollectionLiteralExp(CollectionLiteralExp object)
           
 R AbstractNullVisitor.visitCollectionLiteralExp(CollectionLiteralExp object)
           
 R Visitor.visitCollectionLiteralExp(CollectionLiteralExp object)
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return CollectionLiteralExp
 CollectionLiteralExp OCLFactoryImpl.createCollectionLiteralExp()
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type CollectionLiteralExp
 java.lang.Object Pivot2MonikerVisitor.visitCollectionLiteralExp(CollectionLiteralExp object)
           
 java.lang.String ToStringVisitor.visitCollectionLiteralExp(CollectionLiteralExp cl)
          Visits the collection literal's parts.
 

Uses of CollectionLiteralExp in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type CollectionLiteralExp
protected  java.lang.String BaseLabelProvider.image(CollectionLiteralExp ele)