Retrieves a value set in the state of this engine. The value might be one which was set using setValue or some other value in the state of the ScriptEngine , depending on the implementation. Must have the same effect as getBindings(ScriptContext.ENGINE_SCOPE).get</co
(String key)
| 209 | * @return the value for the given key |
| 210 | */ |
| 211 | public Object get(String key); |
| 212 | |
| 213 | |
| 214 | /** |
no outgoing calls