public interface DefExpressionCS extends CSTNode
The following features are supported:
CSTPackage.getDefExpressionCS()| Modifier and Type | Method and Description |
|---|---|
OCLExpressionCS |
getExpressionCS()
Returns the value of the 'Expression CS' containment reference.
|
OperationCS |
getOperationCS()
Returns the value of the 'Operation CS' containment reference.
|
VariableCS |
getVariableCS()
Returns the value of the 'Variable CS' containment reference.
|
void |
setExpressionCS(OCLExpressionCS value)
Sets the value of the '
Expression CS' containment reference. |
void |
setOperationCS(OperationCS value)
Sets the value of the '
Operation CS' containment reference. |
void |
setVariableCS(VariableCS value)
Sets the value of the '
Variable CS' containment reference. |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenOperationCS getOperationCS()
If the meaning of the 'Operation CS' containment reference isn't clear, there really should be more of a description here...
setOperationCS(OperationCS),
CSTPackage.getDefExpressionCS_OperationCS()void setOperationCS(OperationCS value)
Operation CS' containment reference.
value - the new value of the 'Operation CS' containment reference.getOperationCS()VariableCS getVariableCS()
If the meaning of the 'Variable CS' containment reference isn't clear, there really should be more of a description here...
setVariableCS(VariableCS),
CSTPackage.getDefExpressionCS_VariableCS()void setVariableCS(VariableCS value)
Variable CS' containment reference.
value - the new value of the 'Variable CS' containment reference.getVariableCS()OCLExpressionCS getExpressionCS()
If the meaning of the 'Expression CS' containment reference isn't clear, there really should be more of a description here...
setExpressionCS(OCLExpressionCS),
CSTPackage.getDefExpressionCS_ExpressionCS()void setExpressionCS(OCLExpressionCS value)
Expression CS' containment reference.
value - the new value of the 'Expression CS' containment reference.getExpressionCS()Copyright © 2015 Open eHealth Foundation. All rights reserved.