Uses of Interface
org.eclipse.ocl.expressions.TupleLiteralPart

Packages that use TupleLiteralPart
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.internal   
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation   
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.operations   
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.internal.evaluation   
org.eclipse.ocl.internal.helper   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.impl Implementation of the UML binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.uml.internal   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of TupleLiteralPart in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type TupleLiteralPart
 java.lang.Object EvaluationVisitorDecorator.visitTupleLiteralPart(TupleLiteralPart<C,P> part)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitTupleLiteralPart(TupleLiteralPart<C,P> tp)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.ecore
 

Subinterfaces of TupleLiteralPart in org.eclipse.ocl.ecore
 interface TupleLiteralPart
          A representation of the model object 'Tuple Literal Part'.
 

Uses of TupleLiteralPart in org.eclipse.ocl.ecore.impl
 

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

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

Methods in org.eclipse.ocl.ecore.impl that return types with arguments of type TupleLiteralPart
 org.eclipse.emf.common.util.EList<TupleLiteralPart<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EStructuralFeature>> TupleLiteralExpImpl.getPart()
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.ecore.internal
 

Methods in org.eclipse.ocl.ecore.internal that return TupleLiteralPart
<C,P> TupleLiteralPart<C,P>
OCLFactoryImpl.createTupleLiteralPart()
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type TupleLiteralPart
<C,P> T
EcoreSwitch.caseExpressions_TupleLiteralPart(TupleLiteralPart<C,P> object)
          Returns the result of interpreting the object as an instance of 'Tuple Literal Part'.
<C,P> T
EcoreSwitch.caseTupleLiteralPart_1(TupleLiteralPart<C,P> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_TupleLiteralPart(org.eclipse.ocl.expressions.TupleLiteralPart) method, instead.
 

Uses of TupleLiteralPart in org.eclipse.ocl.examples.impactanalyzer.impl
 

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type TupleLiteralPart
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitTupleLiteralPart(TupleLiteralPart<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EStructuralFeature> part)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation with parameters of type TupleLiteralPart
protected  java.util.Set<VariableExp> FindAlwaysUsedVariablesVisitor.handleTupleLiteralPart(TupleLiteralPart<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EStructuralFeature> part, java.util.Set<VariableExp> valueResult)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return TupleLiteralPart
<C,P> TupleLiteralPart<C,P>
ExpressionsFactory.createTupleLiteralPart()
          Returns a new object of class 'Tuple Literal Part'.
 

Methods in org.eclipse.ocl.expressions that return types with arguments of type TupleLiteralPart
 org.eclipse.emf.common.util.EList<TupleLiteralPart<C,P>> TupleLiteralExp.getPart()
          Returns the value of the 'Part' containment reference list.
 

Uses of TupleLiteralPart in org.eclipse.ocl.expressions.impl
 

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

Methods in org.eclipse.ocl.expressions.impl that return TupleLiteralPart
<C,P> TupleLiteralPart<C,P>
ExpressionsFactoryImpl.createTupleLiteralPart()
           
 

Methods in org.eclipse.ocl.expressions.impl that return types with arguments of type TupleLiteralPart
 org.eclipse.emf.common.util.EList<TupleLiteralPart<C,P>> TupleLiteralExpImpl.getPart()
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.expressions.operations
 

Methods in org.eclipse.ocl.expressions.operations with parameters of type TupleLiteralPart
static
<C,P,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
TupleLiteralPartOperations.accept(TupleLiteralPart<C,P> tupleLiteralPart, U v)
           
static
<C,P> boolean
TupleLiteralPartOperations.checkValueType(TupleLiteralPart<C,P> tupleLiteralPart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          attribute.type = value.type
static
<C,P> java.lang.String
TupleLiteralPartOperations.getName(TupleLiteralPart<C,P> tupleLiteralPart)
           
static
<C,P> C
TupleLiteralPartOperations.getType(TupleLiteralPart<C,P> tupleLiteralPart)
           
static
<C,P> void
TupleLiteralPartOperations.setName(TupleLiteralPart<C,P> tupleLiteralPart, java.lang.String name)
           
static
<C,P> void
TupleLiteralPartOperations.setType(TupleLiteralPart<C,P> tupleLiteralPart, C type)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.expressions.util
 

Methods in org.eclipse.ocl.expressions.util with parameters of type TupleLiteralPart
<C,P> T
ExpressionsSwitch.caseTupleLiteralPart(TupleLiteralPart<C,P> object)
          Returns the result of interpreting the object as an instance of 'Tuple Literal Part'.
 boolean ExpressionsValidator.validateTupleLiteralPart_checkValueType(TupleLiteralPart<?,?> tupleLiteralPart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkValueType constraint of 'Tuple Literal Part'.
 boolean ExpressionsValidator.validateTupleLiteralPart(TupleLiteralPart<?,?> tupleLiteralPart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.internal.evaluation
 

Methods in org.eclipse.ocl.internal.evaluation with parameters of type TupleLiteralPart
 java.lang.Object TracingEvaluationVisitor.visitTupleLiteralPart(TupleLiteralPart<C,P> part)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.internal.helper
 

Methods in org.eclipse.ocl.internal.helper with parameters of type TupleLiteralPart
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitTupleLiteralPart(TupleLiteralPart<C,P> tp)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return TupleLiteralPart
<C,P> TupleLiteralPart<C,P>
OCLFactoryWithHistory.createTupleLiteralPart()
           
protected  TupleLiteralPart<C,P> AbstractOCLAnalyzer.tupleLiteralPartCS(VariableCS variableDeclarationCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          tupleLiteralPartCS
 

Methods in org.eclipse.ocl.parser that return types with arguments of type TupleLiteralPart
protected  org.eclipse.emf.common.util.EList<TupleLiteralPart<C,P>> AbstractOCLAnalyzer.tupleLiteralPartListCS(java.util.List<VariableCS> variableDeclarations, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          tupleLiteralPartListCS
 

Methods in org.eclipse.ocl.parser with parameters of type TupleLiteralPart
 java.lang.Boolean ValidationVisitor.visitTupleLiteralPart(TupleLiteralPart<C,P> tp)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.uml.impl
 

Fields in org.eclipse.ocl.uml.impl with type parameters of type TupleLiteralPart
protected  org.eclipse.emf.common.util.EList<TupleLiteralPart<org.eclipse.uml2.uml.Classifier,org.eclipse.uml2.uml.Property>> TupleLiteralExpImpl.part
          The cached value of the 'Part' containment reference list.
 

Methods in org.eclipse.ocl.uml.impl that return types with arguments of type TupleLiteralPart
 org.eclipse.emf.common.util.EList<TupleLiteralPart<org.eclipse.uml2.uml.Classifier,org.eclipse.uml2.uml.Property>> TupleLiteralExpImpl.getPart()
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.uml.internal
 

Methods in org.eclipse.ocl.uml.internal that return TupleLiteralPart
<C,P> TupleLiteralPart<C,P>
OCLFactoryImpl.createTupleLiteralPart()
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type TupleLiteralPart
<C,P> T
UMLSwitch.caseExpressions_TupleLiteralPart(TupleLiteralPart<C,P> object)
          Returns the result of interpreting the object as an instance of 'Tuple Literal Part'.
<C,P> T
UMLSwitch.caseTupleLiteralPart_1(TupleLiteralPart<C,P> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_TupleLiteralPart(org.eclipse.ocl.expressions.TupleLiteralPart) method, instead.
 

Uses of TupleLiteralPart in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type TupleLiteralPart
protected  java.lang.String ToStringVisitor.handleTupleLiteralPart(TupleLiteralPart<C,P> part, java.lang.String valueResult)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return TupleLiteralPart
<C,P> TupleLiteralPart<C,P>
OCLFactory.createTupleLiteralPart()
          Returns a new object of class 'Tuple Literal Part'.
 

Methods in org.eclipse.ocl.utilities with parameters of type TupleLiteralPart
protected  T AbstractVisitor.handleTupleLiteralPart(TupleLiteralPart<C,P> part, T valueResult)
          Visits the specified tuple literal part with the results of visiting its value (if any).
 T AbstractVisitor.visitTupleLiteralPart(TupleLiteralPart<C,P> part)
          Visits the tuple literal part's value, if any.
 T Visitor.visitTupleLiteralPart(TupleLiteralPart<C,P> part)