Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.mozilla.javascript.Interpreter
org.mozilla.javascript.optimizer.Codegen
public class Codegen
extends Interpreter
Method 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