|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReturnNode | |
|---|---|
| org.jruby.ast.visitor | |
| org.jruby.compiler.ir | |
| Uses of ReturnNode in org.jruby.ast.visitor |
|---|
| Methods in org.jruby.ast.visitor with parameters of type ReturnNode | |
|---|---|
java.lang.Object |
NodeVisitor.visitReturnNode(ReturnNode iVisited)
|
| Uses of ReturnNode in org.jruby.compiler.ir |
|---|
| Methods in org.jruby.compiler.ir with parameters of type ReturnNode | |
|---|---|
Operand |
IR_Builder.buildReturn(ReturnNode returnNode,
IR_Scope m)
public Operand buildRetry(Node node, IR_Scope s) { // JRuby only supports retry when present in rescue blocks! // 1.9 doesn't support retry anywhere else. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||