Uses of Class
com.googlecode.aviator.runtime.type.AviatorType
-
Packages that use AviatorType Package Description com.googlecode.aviator.runtime com.googlecode.aviator.runtime.function com.googlecode.aviator.runtime.function.internal com.googlecode.aviator.runtime.type -
-
Uses of AviatorType in com.googlecode.aviator.runtime
Methods in com.googlecode.aviator.runtime that return AviatorType Modifier and Type Method Description AviatorType
RuntimeFunctionDelegator. getAviatorType()
-
Uses of AviatorType in com.googlecode.aviator.runtime.function
Methods in com.googlecode.aviator.runtime.function that return AviatorType Modifier and Type Method Description AviatorType
AbstractFunction. getAviatorType()
AviatorType
AbstractVariadicFunction. getAviatorType()
-
Uses of AviatorType in com.googlecode.aviator.runtime.function.internal
Methods in com.googlecode.aviator.runtime.function.internal that return AviatorType Modifier and Type Method Description AviatorType
CatchHandler. getAviatorType()
AviatorType
ReducerResult. getAviatorType()
-
Uses of AviatorType in com.googlecode.aviator.runtime.type
Methods in com.googlecode.aviator.runtime.type that return AviatorType Modifier and Type Method Description AviatorType
AviatorBigInt. getAviatorType()
AviatorType
AviatorBoolean. getAviatorType()
AviatorType
AviatorDecimal. getAviatorType()
AviatorType
AviatorDouble. getAviatorType()
AviatorType
AviatorJavaType. getAviatorType()
AviatorType
AviatorLong. getAviatorType()
AviatorType
AviatorNil. getAviatorType()
abstract AviatorType
AviatorObject. getAviatorType()
AviatorType
AviatorPattern. getAviatorType()
AviatorType
AviatorString. getAviatorType()
AviatorType
Range. getAviatorType()
static AviatorType
AviatorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AviatorType[]
AviatorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-