Uses of Class
org.mozilla.javascript.ast.AstRoot

Packages that use AstRoot
org.mozilla.javascript   
org.mozilla.javascript.ast   
 

Uses of AstRoot in org.mozilla.javascript
 

Methods in org.mozilla.javascript that return AstRoot
 AstRoot Parser.parse(Reader sourceReader, String sourceURI, int lineno)
          Builds a parse tree from the given sourcereader.
 AstRoot Parser.parse(String sourceString, String sourceURI, int lineno)
          Builds a parse tree from the given source string.
 

Methods in org.mozilla.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 org.mozilla.javascript.ast
 

Methods in org.mozilla.javascript.ast that return AstRoot
 AstRoot AstNode.getAstRoot()
          Returns the root of the tree containing this node.
 



Copyright © 2013. All Rights Reserved.