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

Interface CloseStmt

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


    public interface CloseStmt
    extends Stmt
    A representation of a CLOSE statement in the PROCEDURE division.

    The following features are supported:

    See Also:
    COBOLPackage.getCloseStmt()
    • Method Detail

      • getObjects

        java.util.List getObjects()
        Returns the value of the 'Objects' containment reference list. The list contents are of type CloseObject.

        The list contains the phrase for each file.

        Returns:
        the value of the 'Objects' containment reference list.
        See Also:
        COBOLPackage.getCloseStmt_Objects()