org.jruby.compiler.ir.operands
Class Label
java.lang.Object
org.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.Label
public class Label
- extends Operand
Constructor Summary |
Label(java.lang.String l)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_label
public final java.lang.String _label
index
public static int index
Label
public Label(java.lang.String l)
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.