|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.compiler.ir.IRLoop
public class IRLoop
| Field Summary | |
|---|---|
IRExecutionScope |
container
|
Label |
iterEndLabel
|
Label |
iterStartLabel
|
Label |
loopEndLabel
|
Label |
loopStartLabel
|
IRLoop |
parentLoop
|
| Constructor Summary | |
|---|---|
IRLoop(IRExecutionScope s)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final IRExecutionScope container
public final IRLoop parentLoop
public final Label loopStartLabel
public final Label loopEndLabel
public final Label iterStartLabel
public final Label iterEndLabel
| Constructor Detail |
|---|
public IRLoop(IRExecutionScope s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||