Package com.google.javascript.jscomp
Class RemoveCastNodes
java.lang.Object
com.google.javascript.jscomp.RemoveCastNodes
- All Implemented Interfaces:
CompilerPass
Normalizes all CAST nodes out of the AST.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoveCastNodes
-
-
Method Details
-
process
Description copied from interface:CompilerPass
Process the JS with root node root. Can modify the contents of each Node tree- Specified by:
process
in interfaceCompilerPass
- Parameters:
externs
- Top of external JS treeroot
- Top of JS tree
-