| Package | Description |
|---|---|
| io.engineblock.scripting |
| Modifier and Type | Method and Description |
|---|---|
NashornEvaluator<T> |
NashornEvaluator.put(String varName,
Object var)
Put a varianble into the script environment
|
NashornEvaluator<T> |
Evaluator.put(String varName,
Object var)
Set the variable environment of the evaluator
|
NashornEvaluator<T> |
NashornEvaluator.script(String scriptText)
Set the script that will be evaluated.
|
NashornEvaluator<T> |
Evaluator.script(String scriptText) |
Copyright © 2017. All rights reserved.