|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.ir.IR_ScopeImpl
org.jruby.compiler.ir.IR_Closure
public class IR_Closure
Field Summary | |
---|---|
Label |
_endLabel
|
Label |
_startLabel
|
Fields inherited from class org.jruby.compiler.ir.IR_ScopeImpl |
---|
_classes, _methods, _modules |
Constructor Summary | |
---|---|
IR_Closure(IR_Scope parent,
IR_Scope lexicalParent)
|
Method Summary | |
---|---|
void |
setConstantValue(java.lang.String constRef,
Operand val)
|
java.lang.String |
toString()
|
Methods inherited from class org.jruby.compiler.ir.IR_ScopeImpl |
---|
addClass, addInstr, addMethod, addModule, buildCFG, endLoop, getAndIncrementMethodIndex, getCFG, getConstants, getConstantValue, getCurrentLoop, getInstrs, getNewLabel, getNewLabel, getNewVariable, getNewVariable, getParent, getSelf, runCompilerPass, startLoop, toStringInstrs, toStringVariables |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Label _startLabel
public final Label _endLabel
Constructor Detail |
---|
public IR_Closure(IR_Scope parent, IR_Scope lexicalParent)
Method Detail |
---|
public void setConstantValue(java.lang.String constRef, Operand val)
setConstantValue
in interface IR_Scope
setConstantValue
in class IR_ScopeImpl
public java.lang.String toString()
toString
in class IR_ScopeImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |