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

Interface InspectReplacingStmt

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


    public interface InspectReplacingStmt
    extends InspectStmt
    A representation of an INSPECT statement with a REPLACING clause.

    The following features are supported:

    See Also:
    COBOLPackage.getInspectReplacingStmt()
    • Method Detail

      • getClauses

        java.util.List getClauses()
        Returns the value of the 'Clauses' containment reference list. The list contents are of type InspectReplacingClause.

        The list contains a representation of the clauses within the REPLACING clause.

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