| Package | Description |
|---|---|
| com.googlecode.aviator |
| Modifier and Type | Method | Description |
|---|---|---|
static Options |
Options.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Options[] |
Options.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
Map<Options,Object> |
AviatorEvaluatorInstance.getOptions() |
Get the evaluator instance options
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> T |
AviatorEvaluator.getOption(Options opt) |
Deprecated.
|
<T> T |
AviatorEvaluatorInstance.getOption(Options opt) |
Deprecated.
|
static Options.Value |
AviatorEvaluator.getOptionValue(Options opt) |
Returns the current evaluator option value union, returns null if missing.
|
Options.Value |
AviatorEvaluatorInstance.getOptionValue(Options opt) |
Returns the current evaluator option value union, returns null if missing.
|
static void |
AviatorEvaluator.setOption(Options opt,
Object val) |
Adds a evaluator option
|
void |
AviatorEvaluatorInstance.setOption(Options opt,
Object val) |
Adds a evaluator option
|
Copyright © 2022–2023. All rights reserved.