Package org.jruby.ast

Interface NonLocalControlFlowNode

All Known Implementing Classes:
BreakNode, NextNode, RedoNode, RetryNode, ReturnNode

public interface NonLocalControlFlowNode
Marker interface for return, break, next, redo, retry
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
  • Method Details

    • getValueNode

      Node getValueNode()
    • hasValue

      boolean hasValue()