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

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

      Subinterfaces of SimpleRefOrLiteral in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  ImplicitDataRef
      A representation of a reference to a data item that is implicitly declared.
      interface  Literal
      A representation of a literal.
      interface  SimpleRef
      A representation of the use of a data item in a COBOL program.
      interface  TableRef
      A representation of a reference to a table data item.
      Methods in com.ibm.etools.cobol.application.model.cobol that return SimpleRefOrLiteral 
      Modifier and Type Method and Description
      SimpleRefOrLiteral LinageClause.getFooting()
      Returns the value of the 'Footing' containment reference.
      SimpleRefOrLiteral FileDescriptionEntry.getLinage()
      Deprecated. 
      Use getLinageClause() instead.
      SimpleRefOrLiteral LinageClause.getLinesAtBottom()
      Returns the value of the 'Lines At Bottom' containment reference.
      SimpleRefOrLiteral LinageClause.getLinesAtTop()
      Returns the value of the 'Lines At Top' containment reference.
      SimpleRefOrLiteral LinageClause.getNumberOfLines()
      Returns the value of the 'Number Of Lines' containment reference.
      SimpleRefOrLiteral SequentialFileControlEntry.getPaddingCharacter()
      Returns the value of the 'Padding Character' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type SimpleRefOrLiteral 
      Modifier and Type Method and Description
      void LinageClause.setFooting(SimpleRefOrLiteral value)
      Sets the value of the 'Footing' containment reference.
      void FileDescriptionEntry.setLinage(SimpleRefOrLiteral value)
      Sets the value of the 'Linage' containment reference.
      void LinageClause.setLinesAtBottom(SimpleRefOrLiteral value)
      Sets the value of the 'Lines At Bottom' containment reference.
      void LinageClause.setLinesAtTop(SimpleRefOrLiteral value)
      Sets the value of the 'Lines At Top' containment reference.
      void LinageClause.setNumberOfLines(SimpleRefOrLiteral value)
      Sets the value of the 'Number Of Lines' containment reference.
      void SequentialFileControlEntry.setPaddingCharacter(SimpleRefOrLiteral value)
      Sets the value of the 'Padding Character' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes