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

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

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

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

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

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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type TupleLiteralPartCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_TupleLiteralPartCS(org.eclipse.emf.ecore.EObject context, TupleLiteralPartCS semanticObject)
          Constraint: (name=UnrestrictedName ownedType=TypeExpCS? initExpression=ExpCS)
 

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

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

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

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