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

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

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