Uses of Class
com.googlecode.aviator.Options.Value
Packages that use Options.Value
-
Uses of Options.Value in com.googlecode.aviator
Fields in com.googlecode.aviator declared as Options.ValueModifier and TypeFieldDescriptionstatic final Options.Value
Options.ASM_MODE
static final Options.Value
Options.COMPILE_VALUE
static final Options.Value
Options.DEFAULT_MATH_CONTEXT
static final Options.Value
Options.EVAL_VALUE
static final Options.Value
Options.FALSE_VALUE
private static final Options.Value
Options.FULL_FEATURE_SET
static final Options.Value
Options.INTERPRETER_MODE
static final Options.Value
Options.NULL_CLASS_SET
static Options.Value
Options.SYS_EVAL_MODE
static final Options.Value
Options.TRUE_VALUE
static final Options.Value
Options.ZERO_VALUE
Fields in com.googlecode.aviator with type parameters of type Options.ValueModifier and TypeFieldDescriptionprivate Map
<Options, Options.Value> AviatorEvaluatorInstance.options
OptionsMethods in com.googlecode.aviator that return Options.ValueModifier and TypeMethodDescription(package private) static Options.Value
Options.Value.fromClasses
(Set<Class<?>> classes) static Options.Value
Options.getDefaultEvalMode()
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.AviatorEvaluatorInstance.getOptionValue
(Options opt) Returns the current evaluator option value union, returns null if missing.private static Options.Value
Options.getSystemEvalMode()
Cast java object into value union.Methods in com.googlecode.aviator with parameters of type Options.ValueModifier and TypeMethodDescriptionOptions.intoObject
(Options.Value val) Cast value union into java object.