Uses of Enum Class
com.googlecode.aviator.EvalMode
Packages that use EvalMode
-
Uses of EvalMode in com.googlecode.aviator
Fields in com.googlecode.aviator declared as EvalModeMethods in com.googlecode.aviator that return EvalModeModifier and TypeMethodDescriptionprivate EvalMode
AviatorEvaluatorInstance.getEvalMode()
static EvalMode
Returns the enum constant of this class with the specified name.static EvalMode[]
EvalMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.googlecode.aviator with parameters of type EvalModeModifier and TypeMethodDescriptionstatic AviatorEvaluatorInstance
AviatorEvaluator.newInstance
(EvalMode evalMode) Create a aviator script engine instance with eval modeConstructors in com.googlecode.aviator with parameters of type EvalModeModifierConstructorDescription(package private)
AviatorEvaluatorInstance
(EvalMode evalMode) Create a aviator evaluator instance.