Package com.google.javascript.jscomp
Class J2clClinitPrunerPass
- java.lang.Object
-
- com.google.javascript.jscomp.J2clClinitPrunerPass
-
- All Implemented Interfaces:
CompilerPass
public class J2clClinitPrunerPass extends java.lang.Object implements CompilerPass
An optimization pass to prune J2CL clinits.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(Node externs, Node root)Process the JS with root node root.
-
-
-
Method Detail
-
process
public void process(Node externs, Node root)
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
-
-