Uses of Class
com.googlecode.aviator.Options
-
Packages that use Options Package Description com.googlecode.aviator -
-
Uses of Options in com.googlecode.aviator
Fields in com.googlecode.aviator with type parameters of type Options Modifier and Type Field Description private java.util.Map<Options,Options.Value>
AviatorEvaluatorInstance. options
OptionsMethods in com.googlecode.aviator that return Options Modifier and Type Method Description static Options
Options. valueOf(java.lang.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.Methods in com.googlecode.aviator that return types with arguments of type Options Modifier and Type Method Description java.util.Map<Options,java.lang.Object>
AviatorEvaluatorInstance. getOptions()
Get the evaluator instance optionsMethods in com.googlecode.aviator with parameters of type Options Modifier and Type Method Description static <T> T
AviatorEvaluator. getOption(Options opt)
Deprecated.<T> T
AviatorEvaluatorInstance. getOption(Options opt)
Deprecated.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.static void
AviatorEvaluator. setOption(Options opt, java.lang.Object val)
Adds a evaluator optionvoid
AviatorEvaluatorInstance. setOption(Options opt, java.lang.Object val)
Adds a evaluator option
-