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

Interface InspectBeforeOrAfterClause

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Subinterfaces:
    InspectAfterClause, InspectBeforeClause


    public interface InspectBeforeOrAfterClause
    extends ASTNode
    A representation of a BEFORE or AFTER clause in an INSPECT statement.

    The following features are supported:

    See Also:
    COBOLPackage.getInspectBeforeOrAfterClause()
    • Method Detail

      • isInitial

        boolean isInitial()
        Returns the value of the 'Initial' attribute.

        The value is true if the INITIAL keyword is present; false otherwise.

        Returns:
        the value of the 'Initial' attribute.
        See Also:
        setInitial(boolean), COBOLPackage.getInspectBeforeOrAfterClause_Initial()
      • setInitial

        void setInitial(boolean value)
        Sets the value of the 'Initial' attribute.
        Parameters:
        value - the new value of the 'Initial' attribute.
        See Also:
        isInitial()
      • getDelimiter

        DataRefOrLiteral getDelimiter()
        Returns the value of the 'Delimiter' containment reference.

        The value is the data item or literal specified in the clause.

        Returns:
        the value of the 'Delimiter' containment reference.
        See Also:
        setDelimiter(DataRefOrLiteral), COBOLPackage.getInspectBeforeOrAfterClause_Delimiter()
      • setDelimiter

        void setDelimiter(DataRefOrLiteral value)
        Sets the value of the 'Delimiter' containment reference.
        Parameters:
        value - the new value of the 'Delimiter' containment reference.
        See Also:
        getDelimiter()