Uses of Interface
com.ibm.etools.cobol.application.model.cobol.IndexVariable

Uses of IndexVariable in com.ibm.etools.cobol.application.model.cobol
 

Methods in com.ibm.etools.cobol.application.model.cobol that return IndexVariable
 IndexVariable IndexSubscript.getIndex()
          Returns the value of the 'Index' reference.
 IndexVariable IndexRef.getIndex()
          Returns the value of the 'Index' reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type IndexVariable
 void IndexSubscript.setIndex(IndexVariable value)
          Sets the value of the 'Index' reference.
 void IndexRef.setIndex(IndexVariable value)
          Sets the value of the 'Index' reference.