| Package | Description |
|---|---|
| com.googlecode.aviator |
| Modifier and Type | Field | Description |
|---|---|---|
static Options.Value |
Options.COMPILE_VALUE |
|
static Options.Value |
Options.DEFAULT_MATH_CONTEXT |
|
static Options.Value |
Options.EVAL_VALUE |
|
static Options.Value |
Options.FALSE_VALUE |
|
static Options.Value |
Options.TRUE_VALUE |
|
static Options.Value |
Options.ZERO_VALUE |
| Modifier and Type | Method | Description |
|---|---|---|
Options.Value |
Options.getDefaultValueObject() |
Returns the default value object of option.
|
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.
|
Options.Value |
Options.intoValue(Object val) |
Cast java object into value union.
|
| Modifier and Type | Method | Description |
|---|---|---|
Object |
Options.intoObject(Options.Value val) |
Cast value union into java object.
|
Copyright © 2022–2023. All rights reserved.