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

Interface SearchStmt

    • Method Detail

      • getTableItem

        TableDataItem getTableItem()
        Returns the value of the 'Table Item' reference.

        The value is the table data item specified after the SEARCH keyword.

        Returns:
        the value of the 'Table Item' reference.
        See Also:
        setTableItem(TableDataItem), COBOLPackage.getSearchStmt_TableItem()
      • setTableItem

        void setTableItem(TableDataItem value)
        Sets the value of the 'Table Item' reference.
        Parameters:
        value - the new value of the 'Table Item' reference.
        See Also:
        getTableItem()
      • getAtEnd

        java.util.List getAtEnd()
        Returns the value of the 'At End' containment reference list. The list contents are of type Stmt.

        The list contains the statements in the AT END clause.

        Returns:
        the value of the 'At End' containment reference list.
        See Also:
        COBOLPackage.getSearchStmt_AtEnd()
      • isEndSearchUsed

        boolean isEndSearchUsed()
        Returns the value of the 'End Search Used' attribute.

        The value is true if END-SEARCH is present; false otherwise.

        Returns:
        the value of the 'End Search Used' attribute.
        See Also:
        setEndSearchUsed(boolean), COBOLPackage.getSearchStmt_EndSearchUsed()
      • setEndSearchUsed

        void setEndSearchUsed(boolean value)
        Sets the value of the 'End Search Used' attribute.
        Parameters:
        value - the new value of the 'End Search Used' attribute.
        See Also:
        isEndSearchUsed()