Uses of Class
io.engineblock.scripting.NashornEvaluator
-
Packages that use NashornEvaluator Package Description io.engineblock.scripting -
-
Uses of NashornEvaluator in io.engineblock.scripting
Methods in io.engineblock.scripting that return NashornEvaluator Modifier and Type Method Description NashornEvaluator<T>Evaluator. put(java.lang.String varName, java.lang.Object var)Set the variable environment of the evaluatorNashornEvaluator<T>NashornEvaluator. put(java.lang.String varName, java.lang.Object var)Put a varianble into the script environmentNashornEvaluator<T>Evaluator. script(java.lang.String scriptText)NashornEvaluator<T>NashornEvaluator. script(java.lang.String scriptText)Set the script that will be evaluated.
-