org.jruby.compiler.ir.operands
Class Bignum

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

public class Bignum
extends Constant


Field Summary
 java.math.BigInteger _value
           
 
Fields inherited from class org.jruby.compiler.ir.operands.Operand
EMPTY_ARRAY
 
Constructor Summary
Bignum(java.math.BigInteger val)
           
 
Method Summary
 
Methods inherited from class org.jruby.compiler.ir.operands.Constant
isConstant
 
Methods inherited from class org.jruby.compiler.ir.operands.Operand
addUsedVariables, fetchCompileTimeArrayElement, getSimplifiedOperand, getTargetClass, getValue, isNonAtomicValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_value

public final java.math.BigInteger _value
Constructor Detail

Bignum

public Bignum(java.math.BigInteger val)


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