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

Interface StopStmt

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Stmt
    All Known Subinterfaces:
    StopLiteralStmt, StopRunStmt


    public interface StopStmt
    extends Stmt
    A representation of a STOP statement in the PROCEDURE division. Each node that represents a STOP statement implements this interface.
    See Also:
    COBOLPackage.getStopStmt()