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

Interface StopLiteralStmt

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Stmt, StopStmt


    public interface StopLiteralStmt
    extends StopStmt
    A representation of a STOP statement with a literal.

    The following features are supported:

    See Also:
    COBOLPackage.getStopLiteralStmt()
    • Method Detail

      • getLiteral

        Literal getLiteral()
        Returns the value of the 'Literal' containment reference.

        Returns:
        the value of the 'Literal' containment reference.
        See Also:
        setLiteral(Literal), COBOLPackage.getStopLiteralStmt_Literal()
      • setLiteral

        void setLiteral(Literal value)
        Sets the value of the 'Literal' containment reference.
        Parameters:
        value - the new value of the 'Literal' containment reference.
        See Also:
        getLiteral()