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

Interface EvaluateWhenClause

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


    public interface EvaluateWhenClause
    extends ASTNode
    A representation of a WHEN clause in an EVALUATE statement.

    The following features are supported:

    See Also:
    COBOLPackage.getEvaluateWhenClause()
    • Method Detail

      • getObjects

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

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