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.DataRefOrLiteralOrIndexRef

    • Uses of DataRefOrLiteralOrIndexRef in com.ibm.etools.cobol.application.model.cobol

      Subinterfaces of DataRefOrLiteralOrIndexRef 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  DataRefOrLiteral
      A representation of either a literal or the name of 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  Literal
      A representation of a literal.
      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 DataRefOrLiteralOrIndexRef 
      Modifier and Type Method and Description
      DataRefOrLiteralOrIndexRef PIControllerVaryingClause.getFrom()
      Returns the value of the 'From' containment reference.
      DataRefOrLiteralOrIndexRef SetIndicesStmt.getSendingArea()
      Returns the value of the 'Sending Area' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type DataRefOrLiteralOrIndexRef 
      Modifier and Type Method and Description
      void PIControllerVaryingClause.setFrom(DataRefOrLiteralOrIndexRef value)
      Sets the value of the 'From' containment reference.
      void SetIndicesStmt.setSendingArea(DataRefOrLiteralOrIndexRef value)
      Sets the value of the 'Sending Area' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes