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

Interface InspectTallyingReplacingStmt

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


    public interface InspectTallyingReplacingStmt
    extends InspectStmt
    A representation of an INSPECT statement with TALLYING and REPLACING phrases.

    The following features are supported:

    See Also:
    COBOLPackage.getInspectTallyingReplacingStmt()
    • Method Detail

      • getTallyingClauses

        java.util.List getTallyingClauses()
        Returns the value of the 'Tallying Clauses' containment reference list. The list contents are of type InspectTallyingClause.

        The list contains the clauses in the TALLYING phrase.

        Returns:
        the value of the 'Tallying Clauses' containment reference list.
        See Also:
        COBOLPackage.getInspectTallyingReplacingStmt_TallyingClauses()
      • getReplacingClauses

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

        The list contains the clauses in the REPLACING phrase.

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