Uses of Class
com.googlecode.aviator.runtime.type.AviatorLong
-
Packages that use AviatorLong Package Description com.googlecode.aviator.runtime.type -
-
Uses of AviatorLong in com.googlecode.aviator.runtime.type
Subclasses of AviatorLong in com.googlecode.aviator.runtime.type Modifier and Type Class Description class
AviatorBigInt
Aviator Big IntegerFields in com.googlecode.aviator.runtime.type declared as AviatorLong Modifier and Type Field Description (package private) static AviatorLong[]
AviatorLong.LongCache. cache
private static AviatorLong
Range. ZERO
Methods in com.googlecode.aviator.runtime.type that return AviatorLong Modifier and Type Method Description static AviatorLong
AviatorLong. valueOf(long l)
static AviatorLong
AviatorLong. valueOf(java.lang.Long l)
-