Uses of Class
com.googlecode.aviator.EvalMode
-
Packages that use EvalMode Package Description com.googlecode.aviator -
-
Uses of EvalMode in com.googlecode.aviator
Fields in com.googlecode.aviator declared as EvalMode Modifier and Type Field Description EvalModeOptions.Value. evalModeMethods in com.googlecode.aviator that return EvalMode Modifier and Type Method Description private EvalModeAviatorEvaluatorInstance. getEvalMode()static EvalModeEvalMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EvalMode[]EvalMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.aviator with parameters of type EvalMode Modifier and Type Method Description static AviatorEvaluatorInstanceAviatorEvaluator. newInstance(EvalMode evalMode)Create a aviator script engine instance with eval modeConstructors in com.googlecode.aviator with parameters of type EvalMode Constructor Description AviatorEvaluatorInstance(EvalMode evalMode)Create a aviator evaluator instance.Value(EvalMode evalMode)
-