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

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

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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type TupleLiteralExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_TupleLiteralExpCS(org.eclipse.emf.ecore.EObject context, TupleLiteralExpCS semanticObject)
          Constraint: (ownedParts+=TupleLiteralPartCS ownedParts+=TupleLiteralPartCS*)
 

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

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

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

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