public interface MacroProcedureStatement extends LabelPrefixable, PLINode
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Reference> |
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
java.util.List<Attribute> |
getReturns()
Returns the value of the 'Returns' containment reference list.
|
boolean |
isStatement()
Returns the value of the 'Statement' attribute.
|
void |
setStatement(boolean value)
Sets the value of the '
Statement' attribute. |
getLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
java.util.List<Reference> getParameters()
Reference.
PLIPackage.getMacroProcedureStatement_Parameters()boolean isStatement()
setStatement(boolean),
PLIPackage.getMacroProcedureStatement_Statement()void setStatement(boolean value)
Statement' attribute.
value - the new value of the 'Statement' attribute.isStatement()java.util.List<Attribute> getReturns()
Attribute.
PLIPackage.getMacroProcedureStatement_Returns()