| 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)
Deprecated.
|
IRFactory(CompilerEnvirons env,
String sourceName,
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)
@Deprecated public IRFactory(CompilerEnvirons env, String sourceString, ErrorReporter errorReporter)
public IRFactory(CompilerEnvirons env, String sourceName, String sourceString, ErrorReporter errorReporter)
public ScriptNode transformTree(AstRoot root)
Copyright © 2025 HtmlUnit. All rights reserved.