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.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
 MonikeredElement EssentialOCLLeft2RightVisitor.visitCollectionLiteralExpCS(CollectionLiteralExpCS csCollectionLiteralExp)
           
 ScopeCSAdapter EssentialOCLScopeVisitor.visitCollectionLiteralExpCS(CollectionLiteralExpCS eObject)
           
 

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