Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 
      Modifier and Type Interface and Description
      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.
      interface  UnresolvedDataRef
      A representation of a reference to a data item that has not been declared.
      Methods in com.ibm.etools.cobol.application.model.cobol that return DataRefOrIndexRef 
      Modifier and Type Method and Description
      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 
      Modifier and Type Method and Description
      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.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes