| Package | Description |
|---|---|
| org.jruby.ast.visitor | |
| org.jruby.ir |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
AbstractNodeVisitor.visitRescueNode(RescueNode iVisited) |
java.lang.Object |
NodeVisitor.visitRescueNode(RescueNode iVisited) |
| Modifier and Type | Field and Description |
|---|---|
(package private) RescueNode |
IRBuilder.EnsureBlockInfo.matchingRescueNode |
(package private) RescueNode |
IRBuilder.RescueBlockInfo.rescueNode |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildRescue(RescueNode node,
IRScope s) |
private Operand |
IRBuilder.buildRescueInternal(RescueNode rescueNode,
IRScope s,
IRBuilder.EnsureBlockInfo ensure) |
| Constructor and Description |
|---|
EnsureBlockInfo(IRScope s,
RescueNode n,
IRLoop l) |
RescueBlockInfo(RescueNode n,
Label l,
Variable v,
IRLoop loop) |