Uses of Class
org.mozilla.javascript.ast.AstRoot
Packages that use AstRoot
-
Uses of AstRoot in org.mozilla.javascript
Methods in org.mozilla.javascript that return AstRootModifier and TypeMethodDescriptionDeprecated.use parse(String, String, int) insteadBuilds a parse tree from the given source string.Methods in org.mozilla.javascript with parameters of type AstRootModifier and TypeMethodDescriptionIRFactory.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 AstRootModifier and TypeMethodDescriptionAstNode.getAstRoot()
Returns the root of the tree containing this node.