public interface MacroDoGroup extends StructureNode
The following features are supported:
PLIPackage.getMacroDoGroup()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StructureNode> |
getContents()
Returns the value of the 'Contents' containment reference list.
|
NodeReference |
getDoStatement()
Returns the value of the 'Do Statement' containment reference.
|
NodeReference |
getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
void |
setDoStatement(NodeReference value)
Sets the value of the '
Do Statement' containment reference. |
void |
setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
NodeReference getDoStatement()
setDoStatement(NodeReference),
PLIPackage.getMacroDoGroup_DoStatement()void setDoStatement(NodeReference value)
Do Statement' containment reference.
value - the new value of the 'Do Statement' containment reference.getDoStatement()java.util.List<StructureNode> getContents()
StructureNode.
PLIPackage.getMacroDoGroup_Contents()NodeReference getEndStatement()
setEndStatement(NodeReference),
PLIPackage.getMacroDoGroup_EndStatement()void setEndStatement(NodeReference value)
End Statement' containment reference.
value - the new value of the 'End Statement' containment reference.getEndStatement()