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

Packages that use CollectionLiteralExpCS
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 CollectionLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type CollectionLiteralExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_CollectionLiteralExpCS(org.eclipse.emf.ecore.EObject context, CollectionLiteralExpCS semanticObject)
          Constraint: (ownedType=CollectionTypeCS (ownedParts+=CollectionLiteralPartCS ownedParts+=CollectionLiteralPartCS*)?)
 

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

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

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

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