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

Method Detail

getValueNode

Node getValueNode()

hasValue

boolean hasValue()


Copyright © 2002-2009 JRuby Team. All Rights Reserved.