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. optionsOptionsMethods in com.googlecode.aviator that return Options Modifier and Type Method Description static OptionsOptions. 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> TAviatorEvaluator. getOption(Options opt)Deprecated.<T> TAviatorEvaluatorInstance. getOption(Options opt)Deprecated.static Options.ValueAviatorEvaluator. getOptionValue(Options opt)Returns the current evaluator option value union, returns null if missing.Options.ValueAviatorEvaluatorInstance. getOptionValue(Options opt)Returns the current evaluator option value union, returns null if missing.static voidAviatorEvaluator. setOption(Options opt, java.lang.Object val)Adds a evaluator optionvoidAviatorEvaluatorInstance. setOption(Options opt, java.lang.Object val)Adds a evaluator option
-