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

Interface ReplaceStmt

    • Method Detail

      • getByClauses

        java.util.List getByClauses()
        Returns the value of the 'By Clauses' containment reference list. The list contents are of type ByClause.

        The value is the BY clauses in the REPLACE statement.

        Returns:
        the value of the 'By Clauses' containment reference list.
        See Also:
        COBOLPackage.getReplaceStmt_ByClauses()
      • getByPartialWordClauses

        java.util.List getByPartialWordClauses()
        Returns the value of the 'By Partial Word Clauses' containment reference list. The list contents are of type ByPartialWordClause.

        If the meaning of the 'By Partial Word Clauses' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'By Partial Word Clauses' containment reference list.
        See Also:
        COBOLPackage.getReplaceStmt_ByPartialWordClauses()