| Package | Description |
|---|---|
| org.eclipse.ocl |
Definition of the extensible environment API for OCL parsing and evaluation.
|
| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
EvaluationVisitorDecorator.visitTupleLiteralPart(TupleLiteralPart<C,P> part)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitTupleLiteralPart(TupleLiteralPart<C,P> tp) |
| Modifier and Type | Method and Description |
|---|---|
<C,P> TupleLiteralPart<C,P> |
ExpressionsFactory.createTupleLiteralPart()
Returns a new object of class 'Tuple Literal Part'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TupleLiteralPartImpl<C,P>
An implementation of the model object 'Tuple Literal Part'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> TupleLiteralPart<C,P> |
ExpressionsFactoryImpl.createTupleLiteralPart() |
| Modifier and Type | Method and Description |
|---|---|
static <C,P,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
TupleLiteralPartOperations.accept(TupleLiteralPart<C,P> tupleLiteralPart,
U v) |
static <C,P> boolean |
TupleLiteralPartOperations.checkValueType(TupleLiteralPart<C,P> tupleLiteralPart,
DiagnosticChain diagnostics,
Map<Object,Object> context)
attribute.type = value.type
|
static <C,P> 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,
String name) |
static <C,P> void |
TupleLiteralPartOperations.setType(TupleLiteralPart<C,P> tupleLiteralPart,
C type) |
| Modifier and Type | Method and Description |
|---|---|
<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,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkValueType constraint of 'Tuple Literal Part'.
|
boolean |
ExpressionsValidator.validateTupleLiteralPart(TupleLiteralPart<?,?> tupleLiteralPart,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitTupleLiteralPart(TupleLiteralPart<C,P> part) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitTupleLiteralPart(TupleLiteralPart<C,P> tp) |
| Modifier and Type | Method and Description |
|---|---|
<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
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitTupleLiteralPart(TupleLiteralPart<C,P> tp) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleTupleLiteralPart(TupleLiteralPart<C,P> part,
String valueResult) |
| Modifier and Type | Method and Description |
|---|---|
<C,P> TupleLiteralPart<C,P> |
OCLFactory.createTupleLiteralPart()
Returns a new object of class 'Tuple Literal Part'.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.