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

Packages that use TupleLiteralPart
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.common   
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 TupleLiteralPart in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type TupleLiteralPart
 CGTuplePart AS2CGVisitor.visitTupleLiteralPart(TupleLiteralPart element)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.examples.codegen.common
 

Methods in org.eclipse.ocl.examples.codegen.common with parameters of type TupleLiteralPart
static java.lang.String NameQueries.getUniqueText(Element context, TupleLiteralPart part)
          Return a valid Java identifier suffix encoding of a property name that is unique within the scope of element.
 

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

Methods in org.eclipse.ocl.examples.pivot that return TupleLiteralPart
 TupleLiteralPart PivotFactory.createTupleLiteralPart()
          Returns a new object of class 'Tuple Literal Part'.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type TupleLiteralPart
 java.util.List<TupleLiteralPart> TupleLiteralExp.getPart()
          Returns the value of the 'Part' containment reference list.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type TupleLiteralPart
 java.lang.Object AbstractEvaluationVisitorDecorator.visitTupleLiteralPart(TupleLiteralPart part)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitTupleLiteralPart(TupleLiteralPart tp)
           
 java.lang.Object TracingEvaluationVisitor.visitTupleLiteralPart(TupleLiteralPart part)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement TupleLiteralPart
 class TupleLiteralPartImpl
          An implementation of the model object 'Tuple Literal Part'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type TupleLiteralPart
protected  org.eclipse.emf.common.util.EList<TupleLiteralPart> TupleLiteralExpImpl.part
          The cached value of the 'Part' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return TupleLiteralPart
 TupleLiteralPart PivotFactoryImpl.createTupleLiteralPart()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type TupleLiteralPart
 java.util.List<TupleLiteralPart> TupleLiteralExpImpl.getPart()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type TupleLiteralPart
 java.lang.Object EssentialOCLPrettyPrintVisitor.visitTupleLiteralPart(TupleLiteralPart object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type TupleLiteralPart
 T1 PivotSwitch.caseTupleLiteralPart(TupleLiteralPart object)
          Returns the result of interpreting the object as an instance of 'Tuple Literal Part'.
 boolean PivotValidator.validateTupleLiteralPart(TupleLiteralPart tupleLiteralPart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitTupleLiteralPart(TupleLiteralPart object)
           
 R AbstractExtendingVisitor.visitTupleLiteralPart(TupleLiteralPart object)
           
 R AbstractNullVisitor.visitTupleLiteralPart(TupleLiteralPart object)
           
 R AbstractWrappingVisitor.visitTupleLiteralPart(TupleLiteralPart object)
           
 R Visitor.visitTupleLiteralPart(TupleLiteralPart object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type TupleLiteralPart
 java.lang.String ToStringVisitor.visitTupleLiteralPart(TupleLiteralPart part)
          Visits the tuple literal part's value, if any.
 

Uses of TupleLiteralPart in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs
 

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

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

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