public interface PrePostOrBodyDeclCS extends CSTNode
The following features are supported:
CSTPackage.getPrePostOrBodyDeclCS()| Modifier and Type | Method and Description |
|---|---|
OCLExpressionCS |
getExpressionCS()
Returns the value of the 'Expression CS' containment reference.
|
PrePostOrBodyEnum |
getKind()
Returns the value of the 'Kind' attribute.
|
SimpleNameCS |
getSimpleNameCS()
Returns the value of the 'Simple Name CS' containment reference.
|
void |
setExpressionCS(OCLExpressionCS value)
Sets the value of the '
Expression CS' containment reference. |
void |
setKind(PrePostOrBodyEnum value)
Sets the value of the '
Kind' attribute. |
void |
setSimpleNameCS(SimpleNameCS value)
Sets the value of the '
Simple Name CS' containment reference. |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenPrePostOrBodyEnum getKind()
PrePostOrBodyEnum.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
PrePostOrBodyEnum,
setKind(PrePostOrBodyEnum),
CSTPackage.getPrePostOrBodyDeclCS_Kind()void setKind(PrePostOrBodyEnum value)
Kind' attribute.
value - the new value of the 'Kind' attribute.PrePostOrBodyEnum,
getKind()SimpleNameCS getSimpleNameCS()
If the meaning of the 'Simple Name CS' containment reference isn't clear, there really should be more of a description here...
setSimpleNameCS(SimpleNameCS),
CSTPackage.getPrePostOrBodyDeclCS_SimpleNameCS()void setSimpleNameCS(SimpleNameCS value)
Simple Name CS' containment reference.
value - the new value of the 'Simple Name CS' containment reference.getSimpleNameCS()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.getPrePostOrBodyDeclCS_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.