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