| Package | Description |
|---|---|
| org.eclipse.ocl.cst | |
| org.eclipse.ocl.cst.impl | |
| org.eclipse.ocl.cst.util | |
| org.eclipse.ocl.parser |
| Modifier and Type | Method and Description |
|---|---|
LetExpCS |
CSTFactory.createLetExpCS()
Returns a new object of class 'Let Exp CS'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LetExpCSImpl
An implementation of the model object 'Let Exp CS'.
|
| Modifier and Type | Method and Description |
|---|---|
LetExpCS |
CSTFactoryImpl.createLetExpCS() |
| Modifier and Type | Method and Description |
|---|---|
T |
CSTSwitch.caseLetExpCS(LetExpCS object)
Returns the result of interpreting the object as an instance of 'Let Exp CS'.
|
| Modifier and Type | Method and Description |
|---|---|
protected LetExpCS |
AbstractOCLParser.createLetExpCS(<any> variables,
OCLExpressionCS oclExpressionCS) |
| Modifier and Type | Method and Description |
|---|---|
protected OCLExpression<C> |
AbstractOCLAnalyzer.letExp(LetExpCS letExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
LetExpCS
|
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. |
protected OCLExpression<C> |
AbstractOCLAnalyzer.letExpCSRecursive(LetExpCS letExpCS,
int index,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
Constructs the LetExp
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.