com.ibm.etools.cobol.application.model.cobol

Interface GoToStmt

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Stmt
    All Known Subinterfaces:
    GoToConditionalStmt, GoToMoreLabelsStmt, GoToUnconditionalStmt


    public interface GoToStmt
    extends Stmt
    A representation of a GO TO statement in the PROCEDURE division. Each node that represents a GO TO statement implements this interface.
    See Also:
    COBOLPackage.getGoToStmt()