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, store
public java.lang.String toString()
toString
in class java.lang.Object
public Operand cloneForInlining(InlinerInfo ii)
cloneForInlining
in class Operand
Copyright © 2002-2009 JRuby Team. All Rights Reserved.