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

Interface CicsAssignStmt

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


    public interface CicsAssignStmt
    extends CicsStmt
    A representation of the CICS ASSIGN command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsAssignStmt()
    • Method Detail

      • getClauses

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

        The value is a list of the assign clauses in the ASSIGN command.

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