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

Interface EvaluateWhenBlock

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


    public interface EvaluateWhenBlock
    extends ASTNode
    A representation of a WHEN phrase in an EVALUATE statement.

    The following features are supported:

    See Also:
    COBOLPackage.getEvaluateWhenBlock()
    • Method Detail

      • getWhenClauses

        java.util.List getWhenClauses()
        Returns the value of the 'When Clauses' containment reference list. The list contents are of type EvaluateWhenClause.

        Returns:
        the value of the 'When Clauses' containment reference list.
        See Also:
        COBOLPackage.getEvaluateWhenBlock_WhenClauses()
      • getStatements

        java.util.List getStatements()
        Returns the value of the 'Statements' containment reference list. The list contents are of type Stmt.

        The list contains the statements in the WHEN phrase.

        Returns:
        the value of the 'Statements' containment reference list.
        See Also:
        COBOLPackage.getEvaluateWhenBlock_Statements()