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

Interface SetSwitchesStmt

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


    public interface SetSwitchesStmt
    extends SetStmt
    A representation of a SET statement for external switches.

    The following features are supported:

    See Also:
    COBOLPackage.getSetSwitchesStmt()
    • Method Detail

      • getClauses

        java.util.List getClauses()
        Returns the value of the 'Clauses' containment reference list. The list contents are of type SetSwitchesClause.

        Returns:
        the value of the 'Clauses' containment reference list.
        See Also:
        COBOLPackage.getSetSwitchesStmt_Clauses()