Uses of Interface
org.eclipse.ocl.examples.pivot.TupleLiteralExp

Packages that use TupleLiteralExp
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of TupleLiteralExp in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return TupleLiteralExp
 TupleLiteralExp PivotFactory.createTupleLiteralExp()
          Returns a new object of class 'Tuple Literal Exp'.
 TupleLiteralExp OCLFactory.createTupleLiteralExp()
          Returns a new object of class 'Tuple Literal Exp'.
 

Uses of TupleLiteralExp in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type TupleLiteralExp
 Value EvaluationVisitorDecorator.visitTupleLiteralExp(TupleLiteralExp literalExp)
          Delegates to my decorated visitor.
 Value EvaluationVisitorImpl.visitTupleLiteralExp(TupleLiteralExp tl)
          Callback for a TupleLiteralExp visit.
 Value TracingEvaluationVisitor.visitTupleLiteralExp(TupleLiteralExp literalExp)
           
 

Uses of TupleLiteralExp in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement TupleLiteralExp
 class TupleLiteralExpImpl
          An implementation of the model object 'Tuple Literal Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return TupleLiteralExp
 TupleLiteralExp PivotFactoryImpl.createTupleLiteralExp()
           
 

Uses of TupleLiteralExp in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type TupleLiteralExp
 java.lang.Object PrettyPrintExprVisitor.visitTupleLiteralExp(TupleLiteralExp object)
           
 

Uses of TupleLiteralExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type TupleLiteralExp
 T PivotSwitch.caseTupleLiteralExp(TupleLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Tuple Literal Exp'.
 boolean PivotValidator.validateTupleLiteralExp(TupleLiteralExp tupleLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitTupleLiteralExp(TupleLiteralExp object)
           
 R AbstractExtendingVisitor.visitTupleLiteralExp(TupleLiteralExp object)
           
 R AbstractNullVisitor.visitTupleLiteralExp(TupleLiteralExp object)
           
 R Visitor.visitTupleLiteralExp(TupleLiteralExp object)
           
 

Uses of TupleLiteralExp in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return TupleLiteralExp
 TupleLiteralExp OCLFactoryImpl.createTupleLiteralExp()
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type TupleLiteralExp
 java.lang.Object Pivot2MonikerVisitor.visitTupleLiteralExp(TupleLiteralExp object)
           
 java.lang.String ToStringVisitor.visitTupleLiteralExp(TupleLiteralExp literalExp)
          Callback for a TupleLiteralExp visit.
 

Uses of TupleLiteralExp in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type TupleLiteralExp
protected  java.lang.String BaseLabelProvider.image(TupleLiteralExp ele)