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

Interface GoToConditionalStmt

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


    public interface GoToConditionalStmt
    extends GoToStmt
    A representation of a conditional GO TO statement.

    The following features are supported:

    See Also:
    COBOLPackage.getGoToConditionalStmt()
    • Method Detail

      • getProcedures

        java.util.List getProcedures()
        Returns the value of the 'Procedures' reference list. The list contents are of type SectionOrParagraph.

        Returns:
        the value of the 'Procedures' reference list.
        See Also:
        COBOLPackage.getGoToConditionalStmt_Procedures()
      • getDependingOn

        DataRef getDependingOn()
        Returns the value of the 'Depending On' containment reference.

        Returns:
        the value of the 'Depending On' containment reference.
        See Also:
        setDependingOn(DataRef), COBOLPackage.getGoToConditionalStmt_DependingOn()
      • setDependingOn

        void setDependingOn(DataRef value)
        Sets the value of the 'Depending On' containment reference.
        Parameters:
        value - the new value of the 'Depending On' containment reference.
        See Also:
        getDependingOn()