org.jruby.compiler.ir.operands
Class Float
java.lang.Object
org.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.Constant
org.jruby.compiler.ir.operands.Float
public class Float
- extends Constant
Field Summary |
java.lang.Double |
_value
|
Constructor Summary |
Float(java.lang.Double val)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_value
public final java.lang.Double _value
Float
public Float(java.lang.Double val)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
fetchCompileTimeArrayElement
public Operand fetchCompileTimeArrayElement(int argIndex,
boolean getSubArray)
- Overrides:
fetchCompileTimeArrayElement
in class Operand
getTargetClass
public IR_Class getTargetClass()
- Overrides:
getTargetClass
in class Operand
computeValue
public Constant computeValue(java.lang.String methodName,
Constant arg)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.