Uses of Class
com.googlecode.aviator.runtime.type.AviatorBigInt
-
Packages that use AviatorBigInt Package Description com.googlecode.aviator.runtime.type -
-
Uses of AviatorBigInt in com.googlecode.aviator.runtime.type
Fields in com.googlecode.aviator.runtime.type declared as AviatorBigInt Modifier and Type Field Description (package private) static AviatorBigInt[]
AviatorBigInt.BigIntCache. cache
Methods in com.googlecode.aviator.runtime.type that return AviatorBigInt Modifier and Type Method Description static AviatorBigInt
AviatorBigInt. valueOf(long l)
static AviatorBigInt
AviatorBigInt. valueOf(java.lang.String v)
static AviatorBigInt
AviatorBigInt. valueOf(java.math.BigInteger v)
-