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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return ArithOperand
 ArithOperand SubtractCorrStmt.getFrom()
          Returns the value of the 'From' containment reference.
 ArithOperand DivideByGivingRemainderStmt.getGiving()
          Returns the value of the 'Giving' containment reference.
 ArithOperand DivideIntoGivingRemainderStmt.getGiving()
          Returns the value of the 'Giving' containment reference.
 ArithOperand AddCorrStmt.getTo()
          Returns the value of the 'To' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type ArithOperand
 void SubtractCorrStmt.setFrom(ArithOperand value)
          Sets the value of the 'From' containment reference.
 void DivideByGivingRemainderStmt.setGiving(ArithOperand value)
          Sets the value of the 'Giving' containment reference.
 void DivideIntoGivingRemainderStmt.setGiving(ArithOperand value)
          Sets the value of the 'Giving' containment reference.
 void AddCorrStmt.setTo(ArithOperand value)
          Sets the value of the 'To' containment reference.