| Package | Description |
|---|---|
| org.mozilla.javascript | |
| org.mozilla.javascript.optimizer |
| Modifier and Type | Method and Description |
|---|---|
Object |
Evaluator.compile(CompilerEnvirons compilerEnv,
ScriptOrFnNode tree,
String encodedSource,
boolean returnFunction)
Compile the script or function from intermediate representation
tree into an executable form.
|
Object |
Interpreter.compile(CompilerEnvirons compilerEnv,
ScriptOrFnNode tree,
String encodedSource,
boolean returnFunction) |
protected Decompiler |
Parser.createDecompiler(CompilerEnvirons compilerEnv) |
| Constructor and Description |
|---|
Parser(CompilerEnvirons compilerEnv,
ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
CompilerEnvirons |
ClassCompiler.getCompilerEnv()
Get the compiler environment the compiler uses.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Codegen.compile(CompilerEnvirons compilerEnv,
ScriptOrFnNode tree,
String encodedSource,
boolean returnFunction) |
| Constructor and Description |
|---|
ClassCompiler(CompilerEnvirons compilerEnv)
Construct ClassCompiler that uses the specified compiler environment
when generating classes.
|
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.