Causes the immediate execution of the script whose source is the String passed as the first argument. The script may be reparsed or recompiled before execution. State left in the engine from previous executions, including variable values and compiled procedures may be visible during this execution
(String script, ScriptContext context)
| 106 | * |
| 107 | */ |
| 108 | public Object eval(String script, ScriptContext context) throws ScriptException; |
| 109 | |
| 110 | |
| 111 | /** |
no outgoing calls