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

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

      Subinterfaces of LiteralOrLiteralValueRange in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  Literal
      A representation of a literal.
      interface  LiteralValueRange
      A representation of a range of literal values specified in a THROUGH clause.
      Methods in com.ibm.etools.cobol.application.model.cobol that return LiteralOrLiteralValueRange 
      Modifier and Type Method and Description
      LiteralOrLiteralValueRange RecordClause.getContainingCharacters()
      Returns the value of the 'Containing Characters' containment reference.
      LiteralOrLiteralValueRange BlockContainsClause.getSize()
      Returns the value of the 'Size' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type LiteralOrLiteralValueRange 
      Modifier and Type Method and Description
      void RecordClause.setContainingCharacters(LiteralOrLiteralValueRange value)
      Sets the value of the 'Containing Characters' containment reference.
      void BlockContainsClause.setSize(LiteralOrLiteralValueRange value)
      Sets the value of the 'Size' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes