| 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.visitLetExp(LetExp<C,PM> letExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitLetExp(LetExp<C,PM> l)
Callback for LetExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> LetExp<C,PM> |
ExpressionsFactory.createLetExp()
Returns a new object of class 'Let Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LetExpImpl<C,PM>
An implementation of the model object 'Let Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> LetExp<C,PM> |
ExpressionsFactoryImpl.createLetExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C,PM> boolean |
LetExpOperations.checkLetType(LetExp<C,PM> letExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type = in.type
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> T |
ExpressionsSwitch.caseLetExp(LetExp<C,PM> object)
Returns the result of interpreting the object as an instance of 'Let Exp'.
|
boolean |
ExpressionsValidator.validateLetExp_checkLetType(LetExp<?,?> letExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkLetType constraint of 'Let Exp'.
|
boolean |
ExpressionsValidator.validateLetExp(LetExp<?,?> letExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitLetExp(LetExp<C,PM> letExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitLetExp(LetExp<C,PM> letexp) |
| Modifier and Type | Method and Description |
|---|---|
<C,PM> LetExp<C,PM> |
OCLFactoryWithHistory.createLetExp() |
protected LetExp<C,PM> |
AbstractOCLAnalyzer.letExpCS(LetExpCS letExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
Deprecated.
Since 1.3, use
AbstractOCLAnalyzer.letExp(LetExpCS, Environment),
instead. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitLetExp(LetExp<C,PM> l)
Callback for LetExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleLetExp(LetExp<C,PM> letExp,
String variableResult,
String inResult)
Callback for LetExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> LetExp<C,PM> |
OCLFactory.createLetExp()
Returns a new object of class 'Let Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handleLetExp(LetExp<C,PM> letExp,
T variableResult,
T inResult)
Visits the specified let expression with the results of visiting
its variable and in expression.
|
T |
AbstractVisitor.visitLetExp(LetExp<C,PM> letExp)
Visits the let's variable declaration then its 'in' expression.
|
T |
Visitor.visitLetExp(LetExp<C,PM> letExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.