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

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

Subinterfaces of GoToStmt in com.ibm.etools.cobol.application.model.cobol
 interface GoToConditionalStmt
          A representation of a conditional GO TO statement.
 interface GoToMoreLabelsStmt
          A representation of the MORE-LABELS GO TO statement.
 interface GoToUnconditionalStmt
          A representation of an unconditional GO TO statement.