Uses of Enum Class
com.googlecode.aviator.runtime.type.AviatorType
Packages that use AviatorType
Package
Description
-
Uses of AviatorType in com.googlecode.aviator.runtime
Methods in com.googlecode.aviator.runtime that return AviatorType -
Uses of AviatorType in com.googlecode.aviator.runtime.function
Methods in com.googlecode.aviator.runtime.function that return AviatorTypeModifier and TypeMethodDescriptionAbstractFunction.getAviatorType()
AbstractVariadicFunction.getAviatorType()
-
Uses of AviatorType in com.googlecode.aviator.runtime.function.internal
Methods in com.googlecode.aviator.runtime.function.internal that return AviatorType -
Uses of AviatorType in com.googlecode.aviator.runtime.type
Methods in com.googlecode.aviator.runtime.type that return AviatorTypeModifier and TypeMethodDescriptionAviatorBigInt.getAviatorType()
AviatorBoolean.getAviatorType()
AviatorDecimal.getAviatorType()
AviatorDouble.getAviatorType()
AviatorJavaType.getAviatorType()
AviatorLong.getAviatorType()
AviatorNil.getAviatorType()
abstract AviatorType
AviatorObject.getAviatorType()
AviatorPattern.getAviatorType()
AviatorString.getAviatorType()
Range.getAviatorType()
static AviatorType
Returns the enum constant of this class with the specified name.static AviatorType[]
AviatorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.