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

Packages that use CollectionLiteralExp
org.eclipse.ocl.examples.codegen.analyzer   
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.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CollectionLiteralExp
 CGCollectionExp AS2CGVisitor.visitCollectionLiteralExp(CollectionLiteralExp element)
           
 

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'.
 

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)
           
 java.lang.Object AbstractEvaluationVisitorDecorator.visitCollectionLiteralExp(CollectionLiteralExp literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitCollectionLiteralExp(CollectionLiteralExp cl)
          Callback for a CollectionLiteralExp visit.
 java.lang.Object 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 EssentialOCLPrettyPrintVisitor.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
 T1 PivotSwitch.caseCollectionLiteralExp(CollectionLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Exp'.
 boolean PivotValidator.validateCollectionLiteralExp_validateBagKindIsBag(CollectionLiteralExp collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateBagKindIsBag constraint of 'Collection Literal Exp'.
 boolean PivotValidator.validateCollectionLiteralExp_validateCollectionKindIsConcrete(CollectionLiteralExp collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateCollectionKindIsConcrete constraint of 'Collection Literal Exp'.
 boolean PivotValidator.validateCollectionLiteralExp_validateOrderedSetKindIsOrderedSet(CollectionLiteralExp collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOrderedSetKindIsOrderedSet constraint of 'Collection Literal Exp'.
 boolean PivotValidator.validateCollectionLiteralExp_validateSequenceKindIsSequence(CollectionLiteralExp collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSequenceKindIsSequence constraint of 'Collection Literal Exp'.
 boolean PivotValidator.validateCollectionLiteralExp_validateSetKindIsSet(CollectionLiteralExp collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSetKindIsSet constraint 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 AbstractWrappingVisitor.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 with parameters of type CollectionLiteralExp
 java.lang.Object AS2MonikerVisitor.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.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs with parameters of type CollectionLiteralExp
 ElementCS EssentialOCLDeclarationVisitor.visitCollectionLiteralExp(CollectionLiteralExp object)
           
 

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)