| 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 |
|---|---|
VariableCS |
CSTFactory.createVariableCS()
Returns a new object of class 'Variable CS'.
|
VariableCS |
LoopExpCS.getVariable1()
Returns the value of the 'Variable1' containment reference.
|
VariableCS |
LoopExpCS.getVariable2()
Returns the value of the 'Variable2' containment reference.
|
VariableCS |
DefExpressionCS.getVariableCS()
Returns the value of the 'Variable CS' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoopExpCS.setVariable1(VariableCS value)
Sets the value of the '
Variable1' containment reference. |
void |
LoopExpCS.setVariable2(VariableCS value)
Sets the value of the '
Variable2' containment reference. |
void |
DefExpressionCS.setVariableCS(VariableCS value)
Sets the value of the '
Variable CS' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableCSImpl
An implementation of the model object 'Variable CS'.
|
| Modifier and Type | Field and Description |
|---|---|
protected VariableCS |
LoopExpCSImpl.variable1
The cached value of the '
Variable1' containment reference. |
protected VariableCS |
LoopExpCSImpl.variable2
The cached value of the '
Variable2' containment reference. |
protected VariableCS |
DefExpressionCSImpl.variableCS
The cached value of the '
Variable CS' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
VariableCS |
CSTFactoryImpl.createVariableCS() |
VariableCS |
LoopExpCSImpl.getVariable1() |
VariableCS |
LoopExpCSImpl.getVariable2() |
VariableCS |
DefExpressionCSImpl.getVariableCS() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
LoopExpCSImpl.basicSetVariable1(VariableCS newVariable1,
NotificationChain msgs) |
NotificationChain |
LoopExpCSImpl.basicSetVariable2(VariableCS newVariable2,
NotificationChain msgs) |
NotificationChain |
DefExpressionCSImpl.basicSetVariableCS(VariableCS newVariableCS,
NotificationChain msgs) |
void |
LoopExpCSImpl.setVariable1(VariableCS newVariable1) |
void |
LoopExpCSImpl.setVariable2(VariableCS newVariable2) |
void |
DefExpressionCSImpl.setVariableCS(VariableCS newVariableCS) |
| Modifier and Type | Method and Description |
|---|---|
T |
CSTSwitch.caseVariableCS(VariableCS object)
Returns the result of interpreting the object as an instance of 'Variable CS'.
|
| Modifier and Type | Method and Description |
|---|---|
protected VariableCS |
AbstractOCLParser.createVariableCS(SimpleNameCS varName,
TypeCS typeCS,
OCLExpressionCS oclExpressionCS) |
| Modifier and Type | Method and Description |
|---|---|
protected DefExpressionCS |
AbstractOCLParser.createDefExpressionCS(VariableCS variableCS,
OperationCS operationCS,
OCLExpressionCS oclExpressionCS) |
protected IterateExpCS |
AbstractOCLParser.createIterateExpCS(OCLExpressionCS source,
SimpleNameCS simpleNameCS,
VariableCS variable1,
VariableCS variable2,
OCLExpressionCS oclExpressionCS) |
protected IteratorExpCS |
AbstractOCLParser.createIteratorExpCS(OCLExpressionCS source,
SimpleNameCS simpleNameCS,
VariableCS variable1,
VariableCS variable2,
OCLExpressionCS oclExpressionCS) |
protected TupleLiteralPart<C,P> |
AbstractOCLAnalyzer.tupleLiteralPartCS(VariableCS variableDeclarationCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
tupleLiteralPartCS
|
protected Variable<C,PM> |
AbstractOCLAnalyzer.variableDeclarationCS(VariableCS variableDeclarationCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
boolean addToEnvironment)
VariableDeclarationCS
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Variable<C,PM>> |
AbstractOCLAnalyzer.parametersCS(List<VariableCS> parameters,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
ParametersCS
|
protected <any> |
AbstractOCLAnalyzer.tupleLiteralPartListCS(List<VariableCS> variableDeclarations,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
tupleLiteralPartListCS
|
protected List<Variable<C,PM>> |
AbstractOCLAnalyzer.variableDeclarationListCS(List<VariableCS> variableDeclarationCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
boolean addToEnvironment)
VariableDeclarationListCS
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.