| 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.visitTupleLiteralExp(TupleLiteralExp<C,P> literalExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitTupleLiteralExp(TupleLiteralExp<C,P> tl)
Callback for a TupleLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> TupleLiteralExp<C,P> |
ExpressionsFactory.createTupleLiteralExp()
Returns a new object of class 'Tuple Literal Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TupleLiteralExpImpl<C,P>
An implementation of the model object 'Tuple Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> TupleLiteralExp<C,P> |
ExpressionsFactoryImpl.createTupleLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C,P> boolean |
TupleLiteralExpOperations.checkPartsUnique(TupleLiteralExp<C,P> tupleLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
part->isUnique (attribute.name)
|
static <C,P> boolean |
TupleLiteralExpOperations.checkTupleType(TupleLiteralExp<C,P> tupleLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type.oclIsKindOf (TupleType)
and
part->forAll (tlep |
type.oclAsType (TupleType).allProperties()->exists (tp | tlep.attribute = tp))
and
part->size() = type.oclAsType (TupleType).allProperties()->size()
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> T |
ExpressionsSwitch.caseTupleLiteralExp(TupleLiteralExp<C,P> object)
Returns the result of interpreting the object as an instance of 'Tuple Literal Exp'.
|
boolean |
ExpressionsValidator.validateTupleLiteralExp_checkPartsUnique(TupleLiteralExp<?,?> tupleLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkPartsUnique constraint of 'Tuple Literal Exp'.
|
boolean |
ExpressionsValidator.validateTupleLiteralExp_checkTupleType(TupleLiteralExp<?,?> tupleLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkTupleType constraint of 'Tuple Literal Exp'.
|
boolean |
ExpressionsValidator.validateTupleLiteralExp(TupleLiteralExp<?,?> tupleLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitTupleLiteralExp(TupleLiteralExp<C,P> literalExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitTupleLiteralExp(TupleLiteralExp<C,P> tupleliteralexp) |
| Modifier and Type | Method and Description |
|---|---|
<C,P> TupleLiteralExp<C,P> |
OCLFactoryWithHistory.createTupleLiteralExp() |
protected TupleLiteralExp<C,P> |
AbstractOCLAnalyzer.tupleLiteralExpCS(TupleLiteralExpCS tupleLiteralExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
TupleLiteralExpCS
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitTupleLiteralExp(TupleLiteralExp<C,P> tl)
Callback for a TupleLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleTupleLiteralExp(TupleLiteralExp<C,P> literalExp,
List<String> partResults)
Callback for a TupleLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> TupleLiteralExp<C,P> |
OCLFactory.createTupleLiteralExp()
Returns a new object of class 'Tuple Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handleTupleLiteralExp(TupleLiteralExp<C,P> literalExp,
List<T> partResults)
Visits the specified tuple literal expression with the results of visiting
its parts (if any).
|
T |
AbstractVisitor.visitTupleLiteralExp(TupleLiteralExp<C,P> literalExp)
Visits the tuple literal's parts.
|
T |
Visitor.visitTupleLiteralExp(TupleLiteralExp<C,P> literalExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.