| Package | Description |
|---|---|
| org.mozilla.javascript | |
| org.mozilla.javascript.optimizer |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionNode |
| Modifier and Type | Method and Description |
|---|---|
ScriptOrFnNode |
Parser.parse(Reader sourceReader,
String sourceURI,
int lineno) |
ScriptOrFnNode |
Parser.parse(String sourceString,
String sourceURI,
int lineno) |
| 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) |
String |
Node.toStringTree(ScriptOrFnNode treeTop) |
void |
NodeTransformer.transform(ScriptOrFnNode tree) |
protected void |
NodeTransformer.visitCall(Node node,
ScriptOrFnNode tree) |
protected void |
NodeTransformer.visitNew(Node node,
ScriptOrFnNode tree) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Codegen.compile(CompilerEnvirons compilerEnv,
ScriptOrFnNode tree,
String encodedSource,
boolean returnFunction) |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.