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

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

      Methods in com.ibm.etools.cobol.application.model.cobol that return ArithOperand 
      Modifier and Type Method and Description
      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 
      Modifier and Type Method and Description
      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.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes