| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript | |
| org.htmlunit.corejs.javascript.ast |
| Modifier and Type | Method and Description |
|---|---|
AstRoot |
Parser.parse(Reader sourceReader,
String sourceURI,
int lineno)
Deprecated.
use parse(String, String, int) instead
|
AstRoot |
Parser.parse(String sourceString,
String sourceURI,
int lineno)
Builds a parse tree from the given source string.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptNode |
IRFactory.transformTree(AstRoot root,
String sourceString)
Transforms the tree into a lower-level IR suitable for codegen.
|
| Modifier and Type | Method and Description |
|---|---|
AstRoot |
AstNode.getAstRoot()
Returns the root of the tree containing this node.
|
Copyright © 2023 HtmlUnit. All rights reserved.