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

Interface MemorySize

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


    public interface MemorySize
    extends ASTNode
    A representation of the MEMORY SIZE clause in the OBJECT-COMPUTER paragraph in the environment division.

    The following features are supported:

    See Also:
    COBOLPackage.getMemorySize()
    • Method Detail

      • getSize

        int getSize()
        Returns the value of the 'Size' attribute.

        Returns:
        the value of the 'Size' attribute.
        See Also:
        setSize(int), COBOLPackage.getMemorySize_Size()
      • setSize

        void setSize(int value)
        Sets the value of the 'Size' attribute.
        Parameters:
        value - the new value of the 'Size' attribute.
        See Also:
        getSize()