Uses of Class
com.googlecode.aviator.runtime.type.AviatorBoolean
-
Packages that use AviatorBoolean Package Description com.googlecode.aviator.runtime.type -
-
Uses of AviatorBoolean in com.googlecode.aviator.runtime.type
Fields in com.googlecode.aviator.runtime.type declared as AviatorBoolean Modifier and Type Field Description static AviatorBoolean
AviatorBoolean. FALSE
static AviatorBoolean
AviatorBoolean. TRUE
Methods in com.googlecode.aviator.runtime.type that return AviatorBoolean Modifier and Type Method Description static AviatorBoolean
AviatorBoolean. valueOf(boolean b)
-