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

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

      Subinterfaces of ArithStmt in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  AddCorrStmt
      A representation of an ADD statement with a CORRESPONDING phrase.
      interface  AddStmt
      A representation of an ADD statement in the PROCEDURE division.
      interface  AddToGivingStmt
      A representation of an ADD statement with a GIVING clause.
      interface  AddToStmt
      A representation of an ADD statement with a TO clause.
      interface  ComputeStmt
      A representation of a COMPUTE statement in the PROCEDURE division.
      interface  DivideByGivingRemainderStmt
      A representation of a DIVIDE statement with BY, GIVING, and REMAINDER clauses.
      interface  DivideByGivingSimpleStmt
      A representation of a DIVIDE statement with BY and GIVING clauses.
      interface  DivideByGivingStmt
      A representation of a DIVISION statement with BY and GIVING clauses.
      interface  DivideIntoGivingRemainderStmt
      A representation of a DIVIDE statement with INTO, GIVING, and REMAINDER clauses.
      interface  DivideIntoGivingSimpleStmt
      A representation of a DIVIDE statement with INTO and GIVING clauses.
      interface  DivideIntoGivingStmt
      A representation of a DIVIDE statement with an INTO and a GIVING clause.
      interface  DivideIntoSimpleStmt
      A representation of a DIVIDE statement with an INTO clause.
      interface  DivideStmt
      A representation of a DIVIDE statement in the PROCEDURE division.
      interface  MultiplyByGivingStmt
      A representation of a MULTIPLY statement with BY and GIVING clauses.
      interface  MultiplyByStmt
      A representation of a MULTIPLY statement with a BY clause.
      interface  MultiplyStmt
      A representation of a MULTIPLY statement in the PROCEDURE division.
      interface  SubtractCorrStmt
      A representation of a SUBTRACT statement with a CORRESPONDING clause.
      interface  SubtractFromGivingStmt
      A representation of a SUBTRACT statement with FROM and GIVING clauses.
      interface  SubtractFromStmt
      A representation of a SUBTRACT statement with a FROM clause.
      interface  SubtractStmt
      A representation of a SUBTRACT statement in the PROCEDURE division.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes