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