public interface TopLevelVariable extends ASTNode
The following features are supported:
COBOLPackage.getTopLevelVariable()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataItem |
getDataItem()
Returns the value of the 'Data Item' containment reference.
|
void |
setDataItem(DataItem value)
Sets the value of the '
Data Item' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataItem getDataItem()
The data item at the top level of the working storage section, local storage section, or linkage section in the data division.
setDataItem(DataItem),
COBOLPackage.getTopLevelVariable_DataItem()void setDataItem(DataItem value)
Data Item' containment reference.
value - the new value of the 'Data Item' containment reference.getDataItem()