public interface MacroCallStatement extends LabelPrefixable, PLINode
The following features are supported:
PLIPackage.getMacroCallStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Expression> |
getArguments()
Returns the value of the 'Arguments' containment reference list.
|
Reference |
getSubroutine()
Returns the value of the 'Subroutine' containment reference.
|
void |
setSubroutine(Reference value)
Sets the value of the '
Subroutine' containment reference. |
getLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Reference getSubroutine()
setSubroutine(Reference),
PLIPackage.getMacroCallStatement_Subroutine()void setSubroutine(Reference value)
Subroutine' containment reference.
value - the new value of the 'Subroutine' containment reference.getSubroutine()java.util.List<Expression> getArguments()
Expression.
PLIPackage.getMacroCallStatement_Arguments()