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

Interface InspectTallyingAllOrLeadingClause

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


    public interface InspectTallyingAllOrLeadingClause
    extends ASTNode
    A representation of an ALL or LEADING clause in a TALLYING phrase in an INSPECT statement.

    The following features are supported:

    See Also:
    COBOLPackage.getInspectTallyingAllOrLeadingClause()
    • Method Detail

      • getValue

        DataRefOrLiteral getValue()
        Returns the value of the 'Value' containment reference.

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

        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(DataRefOrLiteral), COBOLPackage.getInspectTallyingAllOrLeadingClause_Value()
      • setValue

        void setValue(DataRefOrLiteral value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()
      • 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 value data item or literal.

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