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

Interface Level88ItemRef

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


    public interface Level88ItemRef
    extends ASTNode
    A representation of a use of a level 88 data item in the PROCEDURE division.

    The following features are supported:

    See Also:
    COBOLPackage.getLevel88ItemRef()
    • Method Detail

      • getItem88

        Level88Item getItem88()
        Returns the value of the 'Item88' reference.

        The value is the level 88 data item being referenced.

        Returns:
        the value of the 'Item88' reference.
        See Also:
        setItem88(Level88Item), COBOLPackage.getLevel88ItemRef_Item88()
      • setItem88

        void setItem88(Level88Item value)
        Sets the value of the 'Item88' reference.
        Parameters:
        value - the new value of the 'Item88' reference.
        See Also:
        getItem88()
      • getSubscripts

        java.util.List getSubscripts()
        Returns the value of the 'Subscripts' containment reference list. The list contents are of type TableSubscript.

        Returns:
        the value of the 'Subscripts' containment reference list.
        See Also:
        COBOLPackage.getLevel88ItemRef_Subscripts()