| Package | Description |
|---|---|
| com.googlecode.aviator |
| Modifier and Type | Method and 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 and Description |
|---|---|
Map<Options,Object> |
AviatorEvaluatorInstance.getOptions()
Get the evaluator instance options
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
AviatorEvaluator.getOption(Options opt)
Deprecated.
|
<T> T |
AviatorEvaluatorInstance.getOption(Options opt)
Deprecated.
|
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 © 2019. All rights reserved.