Uses of Class
net.sourceforge.htmlunit.corejs.javascript.ast.AstRoot

Packages that use AstRoot
net.sourceforge.htmlunit.corejs.javascript   
net.sourceforge.htmlunit.corejs.javascript.ast   
 

Uses of AstRoot in net.sourceforge.htmlunit.corejs.javascript
 

Methods in net.sourceforge.htmlunit.corejs.javascript that return AstRoot
 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.
 

Methods in net.sourceforge.htmlunit.corejs.javascript with parameters of type AstRoot
 ScriptNode IRFactory.transformTree(AstRoot root)
          Transforms the tree into a lower-level IR suitable for codegen.
 

Uses of AstRoot in net.sourceforge.htmlunit.corejs.javascript.ast
 

Methods in net.sourceforge.htmlunit.corejs.javascript.ast that return AstRoot
 AstRoot AstNode.getAstRoot()
          Returns the root of the tree containing this node.