public interface GoToConditionalStmt extends GoToStmt
The following features are supported:
COBOLPackage.getGoToConditionalStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getDependingOn()
Returns the value of the 'Depending On' containment reference.
|
java.util.List |
getProcedures()
Returns the value of the 'Procedures' reference list.
|
void |
setDependingOn(DataRef value)
Sets the value of the '
Depending On' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getProcedures()
SectionOrParagraph.
COBOLPackage.getGoToConditionalStmt_Procedures()DataRef getDependingOn()
setDependingOn(DataRef),
COBOLPackage.getGoToConditionalStmt_DependingOn()void setDependingOn(DataRef value)
Depending On' containment reference.
value - the new value of the 'Depending On' containment reference.getDependingOn()