public interface TableRef extends SimpleRef
The inherited method SimpleRef.getDataItem() returns the table data
item. This data item contains the table subordinate items (if it's a group table item) or the USAGE
clause and PIC strings if it is an elementary table data item.
The following features are supported:
COBOLPackage.getTableRef()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getSubscripts()
Returns the value of the 'Subscripts' containment reference list.
|
getDataItem, setDataItemgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getSubscripts()
TableSubscript.
COBOLPackage.getTableRef_Subscripts()