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

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

Subinterfaces of MultiplyStmt in com.ibm.etools.cobol.application.model.cobol
 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.