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

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

Subinterfaces of DivideByGivingStmt 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.