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

Interface InspectTallyingClause

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


    public interface InspectTallyingClause
    extends ASTNode
    A representation of the TALLYING phrase in an INSPECT statement.

    The following features are supported:

    See Also:
    COBOLPackage.getInspectTallyingClause()
    • Method Detail

      • getCountIn

        DataRef getCountIn()
        Returns the value of the 'Count In' containment reference.

        The value is the data item specified before the FOR keyword.

        Returns:
        the value of the 'Count In' containment reference.
        See Also:
        setCountIn(DataRef), COBOLPackage.getInspectTallyingClause_CountIn()
      • setCountIn

        void setCountIn(DataRef value)
        Sets the value of the 'Count In' containment reference.
        Parameters:
        value - the new value of the 'Count In' containment reference.
        See Also:
        getCountIn()
      • getComparands

        java.util.List getComparands()
        Returns the value of the 'Comparands' containment reference list. The list contents are of type InspectTallyingComparand.

        The list represents the TALLYING phrase after the FOR keyword.

        Returns:
        the value of the 'Comparands' containment reference list.
        See Also:
        COBOLPackage.getInspectTallyingClause_Comparands()