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

Interface SerialSearchStmt

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


    public interface SerialSearchStmt
    extends SearchStmt
    A representation of a serial SEARCH statement in the PROCEDURE division.

    The following features are supported:

    See Also:
    COBOLPackage.getSerialSearchStmt()
    • Method Detail

      • getVarying

        DataRefOrIndexRef getVarying()
        Returns the value of the 'Varying' containment reference.

        The value is the data item or index specified in the VARYING clause.

        Returns:
        the value of the 'Varying' containment reference.
        See Also:
        setVarying(DataRefOrIndexRef), COBOLPackage.getSerialSearchStmt_Varying()
      • setVarying

        void setVarying(DataRefOrIndexRef value)
        Sets the value of the 'Varying' containment reference.
        Parameters:
        value - the new value of the 'Varying' containment reference.
        See Also:
        getVarying()
      • getWhenClauses

        java.util.List getWhenClauses()
        Returns the value of the 'When Clauses' containment reference list. The list contents are of type SearchWhenClause.

        Returns:
        the value of the 'When Clauses' containment reference list.
        See Also:
        COBOLPackage.getSerialSearchStmt_WhenClauses()