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.scoping   
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
 MonikeredElement EssentialOCLLeft2RightVisitor.visitTupleLiteralExpCS(TupleLiteralExpCS csTupleLiteralExp)
           
 ScopeCSAdapter EssentialOCLScopeVisitor.visitTupleLiteralExpCS(TupleLiteralExpCS eObject)
           
 

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

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.scoping with parameters of type TupleLiteralExpCS
TupleLiteralExpCSScopeAdapter(TypeManager typeManager, TupleLiteralExpCS csElement)
           
 

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)