Uses of Enum Class
com.googlecode.aviator.Options
Packages that use Options
-
Uses of Options in com.googlecode.aviator
Fields in com.googlecode.aviator with type parameters of type OptionsModifier and TypeFieldDescriptionprivate Map
<Options, Options.Value> AviatorEvaluatorInstance.options
OptionsMethods in com.googlecode.aviator that return OptionsModifier and TypeMethodDescriptionstatic Options
Returns the enum constant of this class with the specified name.static Options[]
Options.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.googlecode.aviator that return types with arguments of type OptionsModifier and TypeMethodDescriptionAviatorEvaluatorInstance.getOptions()
Get the evaluator instance optionsMethods in com.googlecode.aviator with parameters of type OptionsModifier and TypeMethodDescriptionstatic <T> T
Deprecated.<T> T
Deprecated.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.static void
Adds a evaluator optionvoid
Adds a evaluator option