public interface BeginBlock extends StructureNode
The following features are supported:
PLIPackage.getBeginBlock()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
NodeReference |
getBeginStatement()
Returns the value of the 'Begin Statement' containment reference.
|
java.util.List<StructureNode> |
getContents()
Returns the value of the 'Contents' containment reference list.
|
NodeReference |
getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
void |
setBeginStatement(NodeReference value)
Sets the value of the '
Begin 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 getBeginStatement()
setBeginStatement(NodeReference),
PLIPackage.getBeginBlock_BeginStatement()void setBeginStatement(NodeReference value)
Begin Statement' containment reference.
value - the new value of the 'Begin Statement' containment reference.getBeginStatement()java.util.List<StructureNode> getContents()
StructureNode.
PLIPackage.getBeginBlock_Contents()NodeReference getEndStatement()
setEndStatement(NodeReference),
PLIPackage.getBeginBlock_EndStatement()void setEndStatement(NodeReference value)
End Statement' containment reference.
value - the new value of the 'End Statement' containment reference.getEndStatement()