org.jruby.compiler.ir.operands
Class BreakResult

java.lang.Object
  extended by org.jruby.compiler.ir.operands.Operand
      extended by org.jruby.compiler.ir.operands.BreakResult

public class BreakResult
extends Operand


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

_result

public final Operand _result

_jumpTarget

public final Label _jumpTarget
Constructor Detail

BreakResult

public BreakResult(Operand v,
                   Label l)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

cloneForInlining

public Operand cloneForInlining(InlinerInfo ii)
Overrides:
cloneForInlining in class Operand


Copyright © 2002-2009 JRuby Team. All Rights Reserved.