| Package | Description |
|---|---|
| com.googlecode.aviator | |
| com.googlecode.aviator.runtime |
| Modifier and Type | Method and Description |
|---|---|
static FunctionMissing |
AviatorEvaluator.getFunctionMissing() |
FunctionMissing |
AviatorEvaluatorInstance.getFunctionMissing()
Returns the function missing handler, null if not set.
|
| Modifier and Type | Method and 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 and 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).
|
| Constructor and Description |
|---|
RuntimeFunctionDelegator(String name,
SymbolTable symbolTable,
FunctionMissing functionMissing) |
Copyright © 2010–2022. All rights reserved.