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