|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.ir.IR_Loop
public class IR_Loop
Field Summary | |
---|---|
IR_Scope |
_container
|
Label |
_iterEndLabel
|
Label |
_iterStartLabel
|
Label |
_loopEndLabel
|
Label |
_loopStartLabel
|
IR_Loop |
_parentLoop
|
Constructor Summary | |
---|---|
IR_Loop(IR_Scope 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 IR_Scope _container
public final IR_Loop _parentLoop
public final Label _loopStartLabel
public final Label _loopEndLabel
public final Label _iterStartLabel
public final Label _iterEndLabel
Constructor Detail |
---|
public IR_Loop(IR_Scope s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |