org.jruby.compiler.ir.operands
Class Label

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

public class Label
extends Operand


Field Summary
 java.lang.String _label
           
static int index
           
 
Fields inherited from class org.jruby.compiler.ir.operands.Operand
EMPTY_ARRAY
 
Constructor Summary
Label(java.lang.String l)
           
 
Method Summary
 Operand cloneForInlining(InlinerInfo ii)
           
 boolean equals(java.lang.Object o)
           
 int getTargetPC()
           
 int hashCode()
           
 void setTargetPC(int i)
           
 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_label

public final java.lang.String _label

index

public static int index
Constructor Detail

Label

public Label(java.lang.String l)
Method Detail

toString

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

cloneForInlining

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

setTargetPC

public void setTargetPC(int i)

getTargetPC

public int getTargetPC()


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