|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.Constant
org.jruby.compiler.ir.operands.Bignum
public class Bignum
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 |
---|
public final java.math.BigInteger _value
Constructor Detail |
---|
public Bignum(java.math.BigInteger val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |