public singleton lscript
Modifier and Type | Method |
---|---|
|
eval(String script)
|
|
evalPath(String path)
|
|
load(String path)
|
|
interpret(String script)
|
|
interpretLine(String script)
|
|
interpretPath(String path)
|
public class ScriptEngine
Modifier and Type | Field |
---|---|
IntNumber |
_scopeId
|
Modifier and Type | Constructor / Static Method |
---|---|
ScriptEngine |
constructor()
|
Modifier and Type | Method |
---|---|
internal String |
lastScriptError()
|
String |
evaluateScriptAsText(String script)
|
|
buildScriptFile(String path, IntNumber encoding, IntNumber autoDetect)
|
String |
loadScriptAsText(String script)
|
|
loadPath(String path)
|
|
loadScript(String script)
|
|
buildScriptFile(String path)
|
|
buildScript(String script)
|
public class ScriptEngineException
Modifier and Type | Constructor / Static Method |
---|---|
ScriptEngineException |
new(String message)
|