| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.mozilla.javascript.Interpreterorg.mozilla.javascript.optimizer.Codegenpublic class Codegenextends InterpreterMethod Summary | |
Object |
|
Function |
|
Script |
|
Methods inherited from class org.mozilla.javascript.Interpreter | |
compile, createFunctionObject, createScriptObject, restartContinuation | |
public Object compile(CompilerEnvirons compilerEnv, ScriptOrFnNode tree, String encodedSource, boolean returnFunction)
- Overrides:
- compile in interface Interpreter
public Function createFunctionObject(Context cx, Scriptable scope, Object bytecode, Object staticSecurityDomain)
- Overrides:
- createFunctionObject in interface Interpreter
public Script createScriptObject(Object bytecode, Object staticSecurityDomain)
- Overrides:
- createScriptObject in interface Interpreter