Uses of Enum Class
com.googlecode.aviator.EvalMode
Packages that use EvalMode
-
Uses of EvalMode in com.googlecode.aviator
Subclasses with type arguments of type EvalMode in com.googlecode.aviatorFields in com.googlecode.aviator declared as EvalModeMethods in com.googlecode.aviator that return EvalModeModifier and TypeMethodDescriptionprivate EvalModeAviatorEvaluatorInstance.getEvalMode()static EvalModeReturns 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 AviatorEvaluatorInstanceAviatorEvaluator.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.