public interface ProcedureBlock extends StructureNode
The following features are supported:
PLIPackage.getProcedureBlock()| 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 |
getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
NodeReference |
getProcedureStatement()
Returns the value of the 'Procedure Statement' containment reference.
|
void |
setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
setProcedureStatement(NodeReference value)
Sets the value of the '
Procedure Statement' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
NodeReference getProcedureStatement()
setProcedureStatement(NodeReference),
PLIPackage.getProcedureBlock_ProcedureStatement()void setProcedureStatement(NodeReference value)
Procedure Statement' containment reference.
value - the new value of the 'Procedure Statement' containment reference.getProcedureStatement()java.util.List<StructureNode> getContents()
StructureNode.
PLIPackage.getProcedureBlock_Contents()NodeReference getEndStatement()
setEndStatement(NodeReference),
PLIPackage.getProcedureBlock_EndStatement()void setEndStatement(NodeReference value)
End Statement' containment reference.
value - the new value of the 'End Statement' containment reference.getEndStatement()