public class AviatorBigInt extends AviatorLong
number| 构造器和说明 |
|---|
AviatorBigInt(Number number) |
| 限定符和类型 | 方法和说明 |
|---|---|
AviatorType |
getAviatorType() |
AviatorNumber |
innerAdd(AviatorNumber other) |
protected AviatorObject |
innerBitAnd(AviatorObject other) |
protected AviatorObject |
innerBitOr(AviatorObject other) |
protected AviatorObject |
innerBitXor(AviatorObject other) |
int |
innerCompare(AviatorNumber other) |
AviatorObject |
innerDiv(AviatorNumber other) |
AviatorObject |
innerMod(AviatorNumber other) |
AviatorObject |
innerMult(AviatorNumber other) |
protected AviatorObject |
innerShiftLeft(AviatorObject other) |
protected AviatorObject |
innerShiftRight(AviatorObject other) |
AviatorObject |
innerSub(AviatorNumber other) |
protected AviatorObject |
innerUnsignedShiftRight(AviatorObject other) |
AviatorObject |
neg(Map<String,Object> env) |
static AviatorBigInt |
valueOf(BigInteger v) |
static AviatorBigInt |
valueOf(long l) |
static AviatorBigInt |
valueOf(String v) |
bitAnd, bitNot, bitOr, bitXor, ensureLong, shiftLeft, shiftRight, unsignedShiftRight, valueOfadd, compare, div, doubleValue, getValue, longValue, mod, mult, sub, toBigInt, toDecimal, valueOfbooleanValue, desc, getElement, isNull, match, not, numberValue, stringValuepublic AviatorBigInt(Number number)
public static final AviatorBigInt valueOf(BigInteger v)
public static final AviatorBigInt valueOf(String v)
public static final AviatorBigInt valueOf(long l)
public AviatorObject neg(Map<String,Object> env)
neg 在类中 AviatorLongpublic AviatorObject innerSub(AviatorNumber other)
innerSub 在类中 AviatorLongpublic AviatorObject innerMult(AviatorNumber other)
innerMult 在类中 AviatorLongpublic AviatorObject innerMod(AviatorNumber other)
innerMod 在类中 AviatorLongpublic AviatorObject innerDiv(AviatorNumber other)
innerDiv 在类中 AviatorLongpublic AviatorNumber innerAdd(AviatorNumber other)
innerAdd 在类中 AviatorLongpublic int innerCompare(AviatorNumber other)
innerCompare 在类中 AviatorLongprotected AviatorObject innerBitAnd(AviatorObject other)
innerBitAnd 在类中 AviatorLongprotected AviatorObject innerBitOr(AviatorObject other)
innerBitOr 在类中 AviatorLongprotected AviatorObject innerBitXor(AviatorObject other)
innerBitXor 在类中 AviatorLongprotected AviatorObject innerShiftLeft(AviatorObject other)
innerShiftLeft 在类中 AviatorLongprotected AviatorObject innerShiftRight(AviatorObject other)
innerShiftRight 在类中 AviatorLongprotected AviatorObject innerUnsignedShiftRight(AviatorObject other)
innerUnsignedShiftRight 在类中 AviatorLongpublic AviatorType getAviatorType()
getAviatorType 在类中 AviatorLongCopyright © 2017. All Rights Reserved.