| Package | Description |
|---|---|
| com.googlecode.aviator | |
| com.googlecode.aviator.runtime |
| Modifier and Type | Method | Description |
|---|---|---|
static FunctionMissing |
AviatorEvaluator.getFunctionMissing() |
|
FunctionMissing |
AviatorEvaluatorInstance.getFunctionMissing() |
Returns the function missing handler, null if not set.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
AviatorEvaluator.setFunctionMissing(FunctionMissing functionMissing) |
|
void |
AviatorEvaluatorInstance.setFunctionMissing(FunctionMissing functionMissing) |
Configure a function missing handler.the handler can be null.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JavaMethodReflectionFunctionMissing |
A function missing implementation that invoking first argument class's java instance method by
reflection with all arguments(the first argument as `this` pointer).
|
Copyright © 2022–2023. All rights reserved.