|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexSubscript
A representation of a subscript that is an index variable.
The following features are supported:
COBOLPackage.getIndexSubscript()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||