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

Packages that use TupleLiteralExp
org.eclipse.ocl.examples.codegen.analyzer   
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.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of TupleLiteralExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type TupleLiteralExp
 CGTupleExp AS2CGVisitor.visitTupleLiteralExp(TupleLiteralExp element)
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type TupleLiteralExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitTupleLiteralExp(TupleLiteralExp literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitTupleLiteralExp(TupleLiteralExp tl)
          Callback for a TupleLiteralExp visit.
 java.lang.Object 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 EssentialOCLPrettyPrintVisitor.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
 T1 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 AbstractWrappingVisitor.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 with parameters of type TupleLiteralExp
 java.lang.Object AS2MonikerVisitor.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.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs with parameters of type TupleLiteralExp
 ElementCS EssentialOCLDeclarationVisitor.visitTupleLiteralExp(TupleLiteralExp object)
           
 

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)