public interface EntryStatement extends LabelPrefixable, PLINode
The following features are supported:
PLIPackage.getEntryStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntryOption> |
getOptions()
Returns the value of the 'Options' containment reference list.
|
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.
|
Attribute |
getScopeAttribute()
Returns the value of the 'Scope Attribute' containment reference.
|
void |
setScopeAttribute(Attribute value)
Sets the value of the '
Scope Attribute' containment reference. |
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.getEntryStatement_Parameters()java.util.List<Attribute> getReturns()
Attribute.
PLIPackage.getEntryStatement_Returns()java.util.List<EntryOption> getOptions()
EntryOption.
PLIPackage.getEntryStatement_Options()Attribute getScopeAttribute()
setScopeAttribute(Attribute),
PLIPackage.getEntryStatement_ScopeAttribute()void setScopeAttribute(Attribute value)
Scope Attribute' containment reference.
value - the new value of the 'Scope Attribute' containment reference.getScopeAttribute()