| Package | Description |
|---|---|
| com.googlecode.aviator |
| Modifier and Type | Field and Description |
|---|---|
static Options.Value |
Options.ASM_MODE |
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.INTERPRETER_MODE |
static Options.Value |
Options.NULL_CLASS_SET |
static Options.Value |
Options.SYS_EVAL_MODE |
static Options.Value |
Options.TRUE_VALUE |
static Options.Value |
Options.ZERO_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static Options.Value |
Options.getDefaultEvalMode() |
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 and Description |
|---|---|
Object |
Options.intoObject(Options.Value val)
Cast value union into java object.
|
Copyright © 2010–2022. All rights reserved.