Uses of Interface
com.ibm.etools.cobol.application.model.cobol.Literal

Uses of Literal in com.ibm.etools.cobol.application.model.cobol
 

Methods in com.ibm.etools.cobol.application.model.cobol that return Literal
 Literal FileControlEntry.getAssignTo()
          Returns the value of the 'Assign To' containment reference.
 Literal ExprLiteral.getLit()
          Returns the value of the 'Lit' containment reference.
 Literal StopLiteralStmt.getLiteral()
          Returns the value of the 'Literal' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type Literal
 void FileControlEntry.setAssignTo(Literal value)
          Sets the value of the 'Assign To' containment reference.
 void ExprLiteral.setLit(Literal value)
          Sets the value of the 'Lit' containment reference.
 void StopLiteralStmt.setLiteral(Literal value)
          Sets the value of the 'Literal' containment reference.