public class BreakResult extends Operand
| Modifier and Type | Field and Description |
|---|---|
Label |
_jumpTarget |
Operand |
_result |
EMPTY_ARRAY| Constructor and Description |
|---|
BreakResult(Operand v,
Label l) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
cloneForInlining(InlinerInfo ii) |
java.lang.String |
toString() |
addUsedVariables, fetchCompileTimeArrayElement, getSimplifiedOperand, getTargetClass, getValue, isConstant, isNonAtomicValue, retrieve, storepublic java.lang.String toString()
toString in class java.lang.Objectpublic Operand cloneForInlining(InlinerInfo ii)
cloneForInlining in class OperandCopyright © 2002-2009 JRuby Team. All Rights Reserved.