Uses of Class
com.googlecode.aviator.Options.Value
-
Packages that use Options.Value Package Description com.googlecode.aviator -
-
Uses of Options.Value in com.googlecode.aviator
Fields in com.googlecode.aviator declared as Options.Value Modifier and Type Field 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
private static Options.Value
Options. FULL_FEATURE_SET
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
Fields in com.googlecode.aviator with type parameters of type Options.Value Modifier and Type Field Description private java.util.Map<Options,Options.Value>
AviatorEvaluatorInstance. options
OptionsMethods in com.googlecode.aviator that return Options.Value Modifier and Type Method Description (package private) static Options.Value
Options.Value. fromClasses(java.util.Set<java.lang.Class<?>> classes)
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.private static Options.Value
Options. getSystemEvalMode()
Options.Value
Options. intoValue(java.lang.Object val)
Cast java object into value union.Methods in com.googlecode.aviator with parameters of type Options.Value Modifier and Type Method Description java.lang.Object
Options. intoObject(Options.Value val)
Cast value union into java object.
-