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

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

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