public interface IndexSubscript extends TableSubscript
The following features are supported:
COBOLPackage.getIndexSubscript()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
IndexVariable |
getIndex()
Returns the value of the 'Index' reference.
|
int |
getOffset()
Returns the value of the 'Offset' attribute.
|
void |
setIndex(IndexVariable value)
Sets the value of the '
Index' reference. |
void |
setOffset(int value)
Sets the value of the '
Offset' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
IndexVariable getIndex()
setIndex(IndexVariable),
COBOLPackage.getIndexSubscript_Index()void setIndex(IndexVariable value)
Index' reference.
value - the new value of the 'Index' reference.getIndex()int getOffset()
setOffset(int),
COBOLPackage.getIndexSubscript_Offset()void setOffset(int value)
Offset' attribute.
value - the new value of the 'Offset' attribute.getOffset()