|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.BreakResult
public class BreakResult
Field Summary | |
---|---|
Label |
_jumpTarget
|
Operand |
_result
|
Fields inherited from class org.jruby.compiler.ir.operands.Operand |
---|
EMPTY_ARRAY |
Constructor Summary | |
---|---|
BreakResult(Operand v,
Label l)
|
Method Summary | |
---|---|
Operand |
cloneForInlining(InlinerInfo ii)
|
java.lang.String |
toString()
|
Methods inherited from class org.jruby.compiler.ir.operands.Operand |
---|
addUsedVariables, fetchCompileTimeArrayElement, getSimplifiedOperand, getTargetClass, getValue, isConstant, isNonAtomicValue, retrieve, store |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Operand _result
public final Label _jumpTarget
Constructor Detail |
---|
public BreakResult(Operand v, Label l)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Operand cloneForInlining(InlinerInfo ii)
cloneForInlining
in class Operand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |