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

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

Subinterfaces of AddStmt in com.ibm.etools.cobol.application.model.cobol
 interface AddCorrStmt
          A representation of an ADD statement with a CORRESPONDING phrase.
 interface AddToGivingStmt
          A representation of an ADD statement with a GIVING clause.
 interface AddToStmt
          A representation of an ADD statement with a TO clause.