public class AviatorLong extends AviatorNumber
number| 构造器和说明 |
|---|
AviatorLong(Number number) |
add, compare, div, doubleValue, getValue, longValue, mod, mult, sub, toBigInt, toDecimal, valueOfbooleanValue, desc, getElement, isNull, match, not, numberValue, stringValuepublic AviatorLong(Number number)
public static AviatorLong valueOf(long l)
public static AviatorLong valueOf(Long l)
public AviatorObject neg(Map<String,Object> env)
neg 在类中 AviatorObjectpublic int innerCompare(AviatorNumber other)
innerCompare 在类中 AviatorNumberpublic AviatorObject innerDiv(AviatorNumber other)
innerDiv 在类中 AviatorNumberpublic AviatorObject innerAdd(AviatorNumber other)
innerAdd 在类中 AviatorNumberpublic AviatorObject innerMod(AviatorNumber other)
innerMod 在类中 AviatorNumberpublic AviatorObject innerMult(AviatorNumber other)
innerMult 在类中 AviatorNumberprotected void ensureLong(AviatorObject other)
public AviatorObject bitAnd(AviatorObject other, Map<String,Object> env)
bitAnd 在类中 AviatorObjectprotected AviatorObject innerBitAnd(AviatorObject other)
protected AviatorObject innerBitOr(AviatorObject other)
protected AviatorObject innerBitXor(AviatorObject other)
protected AviatorObject innerShiftLeft(AviatorObject other)
protected AviatorObject innerShiftRight(AviatorObject other)
protected AviatorObject innerUnsignedShiftRight(AviatorObject other)
public AviatorObject bitNot(Map<String,Object> env)
bitNot 在类中 AviatorObjectpublic AviatorObject bitOr(AviatorObject other, Map<String,Object> env)
bitOr 在类中 AviatorObjectpublic AviatorObject bitXor(AviatorObject other, Map<String,Object> env)
bitXor 在类中 AviatorObjectpublic AviatorObject shiftLeft(AviatorObject other, Map<String,Object> env)
shiftLeft 在类中 AviatorObjectpublic AviatorObject shiftRight(AviatorObject other, Map<String,Object> env)
shiftRight 在类中 AviatorObjectpublic AviatorObject unsignedShiftRight(AviatorObject other, Map<String,Object> env)
unsignedShiftRight 在类中 AviatorObjectpublic AviatorObject innerSub(AviatorNumber other)
innerSub 在类中 AviatorNumberpublic AviatorType getAviatorType()
getAviatorType 在类中 AviatorObjectCopyright © 2017. All Rights Reserved.