Uses of Class
org.mozilla.javascript.ast.AstRoot
-
Packages that use AstRoot Package Description org.mozilla.javascript org.mozilla.javascript.ast -
-
Uses of AstRoot in org.mozilla.javascript
Methods in org.mozilla.javascript that return AstRoot Modifier and Type Method Description AstRoot
Parser. parse(java.io.Reader sourceReader, java.lang.String sourceURI, int lineno)
Deprecated.use parse(String, String, int) insteadAstRoot
Parser. parse(java.lang.String sourceString, java.lang.String sourceURI, int lineno)
Builds a parse tree from the given source string.Methods in org.mozilla.javascript with parameters of type AstRoot Modifier and Type Method Description 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 Modifier and Type Method Description AstRoot
AstNode. getAstRoot()
Returns the root of the tree containing this node.
-