| Package | Description |
|---|---|
| org.jruby.ir |
| Modifier and Type | Field and Description |
|---|---|
(package private) IRLoop |
IRBuilder.EnsureBlockInfo.innermostLoop |
(package private) IRLoop |
IRBuilder.RescueBlockInfo.innermostLoop |
IRLoop |
IRLoop.parentLoop |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Stack<IRLoop> |
IRBuilder.loopStack |
| Modifier and Type | Method and Description |
|---|---|
IRLoop |
IRBuilder.getCurrentLoop() |
| Modifier and Type | Method and Description |
|---|---|
static void |
IRBuilder.EnsureBlockInfo.emitJumpChain(IRScope s,
java.util.Stack<IRBuilder.EnsureBlockInfo> ebStack,
IRLoop loop) |
void |
IRBuilder.RescueBlockInfo.restoreException(IRScope s,
IRLoop currLoop) |
| Constructor and Description |
|---|
EnsureBlockInfo(IRScope s,
RescueNode n,
IRLoop l) |
IRLoop(IRScope s,
IRLoop outerLoop) |
RescueBlockInfo(RescueNode n,
Label l,
Variable v,
IRLoop loop) |