| Package | Description |
|---|---|
| com.googlecode.aviator.runtime.function | |
| com.googlecode.aviator.runtime.function.internal | |
| com.googlecode.aviator.runtime.type |
| Modifier and Type | Method | Description |
|---|---|---|
AviatorType |
AbstractFunction.getAviatorType() |
|
AviatorType |
AbstractVariadicFunction.getAviatorType() |
| Modifier and Type | Method | Description |
|---|---|---|
AviatorType |
CatchHandler.getAviatorType() |
|
AviatorType |
ReducerResult.getAviatorType() |
| 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(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.
|
Copyright © 2022–2023. All rights reserved.