Package org.mozilla.javascript
Class IRFactory
java.lang.Object
org.mozilla.javascript.Parser
org.mozilla.javascript.IRFactory
This class rewrites the parse tree into an IR suitable for codegen.
- See Also:
-
Field Summary
Fields inherited from class org.mozilla.javascript.Parser
ARGC_LIMIT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransformTree
(AstRoot root) Transforms the tree into a lower-level IR suitable for codegen.
-
Constructor Details
-
IRFactory
public IRFactory() -
IRFactory
-
IRFactory
-
-
Method Details
-
transformTree
Transforms the tree into a lower-level IR suitable for codegen. Optionally generates the encoded source. -
transform
-