Package com.google.javascript.jscomp
Class J2clPass
java.lang.Object
com.google.javascript.jscomp.J2clPass
- All Implemented Interfaces:
CompilerPass
A normalization pass to inline some J2CL calls to enable other optimizations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
J2clPass
-
-
Method Details
-
process
Description copied from interface:CompilerPassProcess the JS with root node root. Can modify the contents of each Node tree- Specified by:
processin interfaceCompilerPass- Parameters:
externs- Top of external JS treeroot- Top of JS tree
-