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

Interface InspectReplacingCharactersBy

    • Method Detail

      • getReplaceBy

        DataRefOrLiteral getReplaceBy()
        Returns the value of the 'Replace By' containment reference.

        The value is the data item or literal specified after the BY keyword.

        Returns:
        the value of the 'Replace By' containment reference.
        See Also:
        setReplaceBy(DataRefOrLiteral), COBOLPackage.getInspectReplacingCharactersBy_ReplaceBy()
      • setReplaceBy

        void setReplaceBy(DataRefOrLiteral value)
        Sets the value of the 'Replace By' containment reference.
        Parameters:
        value - the new value of the 'Replace By' containment reference.
        See Also:
        getReplaceBy()
      • getBeforeOrAfterClauses

        java.util.List getBeforeOrAfterClauses()
        Returns the value of the 'Before Or After Clauses' containment reference list. The list contents are of type InspectBeforeOrAfterClause.

        The list contains the BEFORE or AFTER clauses following the replace by data item or literal.

        Returns:
        the value of the 'Before Or After Clauses' containment reference list.
        See Also:
        COBOLPackage.getInspectReplacingCharactersBy_BeforeOrAfterClauses()