org.mozilla.javascript
Class Interpreter
java.lang.Object
org.mozilla.javascript.Interpreter
public class Interpreter
extends java.lang.Object
Object | compile(CompilerEnvirons compilerEnv, ScriptOrFnNode tree, String encodedSource, boolean returnFunction)
|
Function | createFunctionObject(Context cx, Scriptable scope, Object bytecode, Object staticSecurityDomain)
|
Script | createScriptObject(Object bytecode, Object staticSecurityDomain)
|
static Object | restartContinuation(Continuation c, Context cx, Scriptable scope, Object[] args)
|
createFunctionObject
public Function createFunctionObject(Context cx,
Scriptable scope,
Object bytecode,
Object staticSecurityDomain)
createScriptObject
public Script createScriptObject(Object bytecode,
Object staticSecurityDomain)