| Modifier and Type | Class and Description |
|---|---|
static class |
IRFactory.AstNodePosition |
| Constructor and Description |
|---|
IRFactory(CompilerEnvirons env,
String sourceString) |
IRFactory(CompilerEnvirons env,
String sourceString,
ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
ScriptNode |
transformTree(AstRoot root)
Transforms the tree into a lower-level IR suitable for codegen.
|
public IRFactory(CompilerEnvirons env, String sourceString)
public IRFactory(CompilerEnvirons env, String sourceString, ErrorReporter errorReporter)
public ScriptNode transformTree(AstRoot root)
Copyright © 2024 HtmlUnit. All rights reserved.