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

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

Subinterfaces of DataRefOrIndexRef in com.ibm.etools.cobol.application.model.cobol
 interface AddressOf
          A representation of the ADDRESS OF special register.
 interface DataRef
          A representation of a reference to a data item in a COBOL program.
 interface FuncRef
          A representation of a function call.
 interface ImplicitDataRef
          A representation of a reference to a data item that is implicitly declared.
 interface IndexRef
          A representation of the use of an index.
 interface LengthOf
          A representation of the LENGTH OF special register.
 interface LinageCounter
          A representation of the LINAGE COUNTER special register.
 interface QualifiedRef
          A representation of a qualified reference to a data item.
 interface RefMod
          A representation of a reference modifier.
 interface SimpleRef
          A representation of the use of a data item in a COBOL program.
 interface SpecialRegister
          A representation of a special register.
 interface TableRef
          A representation of a reference to a table data item.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return DataRefOrIndexRef
 DataRefOrIndexRef PIControllerVaryingClause.getVaried()
          Returns the value of the 'Varied' containment reference.
 DataRefOrIndexRef SerialSearchStmt.getVarying()
          Returns the value of the 'Varying' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type DataRefOrIndexRef
 void PIControllerVaryingClause.setVaried(DataRefOrIndexRef value)
          Sets the value of the 'Varied' containment reference.
 void SerialSearchStmt.setVarying(DataRefOrIndexRef value)
          Sets the value of the 'Varying' containment reference.