| Constructor and Description |
|---|
JS() |
| Modifier and Type | Method and Description |
|---|---|
static CompiledScript |
compile(String js) |
static boolean |
compiles(String js) |
static <T> T |
eval(String js) |
static <T> T |
eval(String js,
Map<String,?> bindings) |
public static boolean compiles(String js)
public static <T> T eval(String js) throws ScriptException
ScriptExceptionpublic static <T> T eval(String js, Map<String,?> bindings) throws ScriptException
ScriptExceptionpublic static CompiledScript compile(String js) throws ScriptException
ScriptExceptionCopyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.