private static class IRBuilder.RescueBlockInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Label |
entryLabel |
(package private) IRLoop |
innermostLoop |
(package private) RescueNode |
rescueNode |
(package private) Variable |
savedExceptionVariable |
| Constructor and Description |
|---|
RescueBlockInfo(RescueNode n,
Label l,
Variable v,
IRLoop loop) |
| Modifier and Type | Method and Description |
|---|---|
void |
restoreException(IRScope s,
IRLoop currLoop) |
RescueNode rescueNode
Label entryLabel
Variable savedExceptionVariable
IRLoop innermostLoop
public RescueBlockInfo(RescueNode n, Label l, Variable v, IRLoop loop)