Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.CollectionLiteralPartCS

Packages that use CollectionLiteralPartCS
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.util   
org.eclipse.ocl.examples.xtext.essentialocl.utilities   
 

Uses of CollectionLiteralPartCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type CollectionLiteralPartCS
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS object)
           
 Continuation<?> EssentialOCLContainmentVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS csElement)
           
 Element EssentialOCLLeft2RightVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS csCollectionLiteralPart)
           
 

Uses of CollectionLiteralPartCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return CollectionLiteralPartCS
 CollectionLiteralPartCS EssentialOCLCSTFactory.createCollectionLiteralPartCS()
          Returns a new object of class 'Collection Literal Part CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return types with arguments of type CollectionLiteralPartCS
 org.eclipse.emf.common.util.EList<CollectionLiteralPartCS> CollectionLiteralExpCS.getOwnedParts()
          Returns the value of the 'Owned Parts' containment reference list.
 

Uses of CollectionLiteralPartCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement CollectionLiteralPartCS
 class CollectionLiteralPartCSImpl
          An implementation of the model object 'Collection Literal Part CS'.
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl with type parameters of type CollectionLiteralPartCS
protected  org.eclipse.emf.common.util.EList<CollectionLiteralPartCS> CollectionLiteralExpCSImpl.ownedParts
          The cached value of the 'Owned Parts' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return CollectionLiteralPartCS
 CollectionLiteralPartCS EssentialOCLCSTFactoryImpl.createCollectionLiteralPartCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return types with arguments of type CollectionLiteralPartCS
 org.eclipse.emf.common.util.EList<CollectionLiteralPartCS> CollectionLiteralExpCSImpl.getOwnedParts()
           
 

Uses of CollectionLiteralPartCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type CollectionLiteralPartCS
 T EssentialOCLCSTSwitch.caseCollectionLiteralPartCS(CollectionLiteralPartCS object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Part CS'.
 

Uses of CollectionLiteralPartCS in org.eclipse.ocl.examples.xtext.essentialocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type CollectionLiteralPartCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_CollectionLiteralPartCS(org.eclipse.emf.ecore.EObject context, CollectionLiteralPartCS semanticObject)
          Constraint: (expressionCS=ExpCS lastExpressionCS=ExpCS?)
 

Uses of CollectionLiteralPartCS in org.eclipse.ocl.examples.xtext.essentialocl.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type CollectionLiteralPartCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS object)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS object)
           
 R EssentialOCLCSVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS object)
           
 

Uses of CollectionLiteralPartCS in org.eclipse.ocl.examples.xtext.essentialocl.utilities
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.utilities with parameters of type CollectionLiteralPartCS
 java.lang.Boolean EssentialOCLCS2MonikerVisitor.visitCollectionLiteralPartCS(CollectionLiteralPartCS object)