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
-
Method Details
-
getValueNode
Node getValueNode() -
hasValue
boolean hasValue()
-