Package org.mozilla.javascript
Class IRFactory
java.lang.Object
org.mozilla.javascript.IRFactory
This class rewrites the parse tree into an IR suitable for codegen.
- Author:
- Mike McCabe, Norris Boyd
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionIRFactory
(CompilerEnvirons env, String sourceString) IRFactory
(CompilerEnvirons env, String sourceString, ErrorReporter errorReporter) -
Method Summary
Modifier and TypeMethodDescriptiontransformTree
(AstRoot root) Transforms the tree into a lower-level IR suitable for codegen.
-
Constructor Details
-
IRFactory
-
IRFactory
-
-
Method Details
-
transformTree
Transforms the tree into a lower-level IR suitable for codegen.
-