Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript | |
net.sourceforge.htmlunit.corejs.javascript.ast |
Modifier and Type | Method and Description |
---|---|
AstRoot |
Parser.parse(java.io.Reader sourceReader,
java.lang.String sourceURI,
int lineno)
Builds a parse tree from the given sourcereader.
|
AstRoot |
Parser.parse(java.lang.String sourceString,
java.lang.String sourceURI,
int lineno)
Builds a parse tree from the given source string.
|
Modifier and Type | Method and Description |
---|---|
ScriptNode |
IRFactory.transformTree(AstRoot root)
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.
|