public final class RemoveSuperMethodsPass extends Object implements CompilerPass
ProcessClosurePrimitives
, Es6ConvertSuper
, and type checking.Constructor and Description |
---|
RemoveSuperMethodsPass(AbstractCompiler compiler) |
Modifier and Type | Method and Description |
---|---|
void |
process(Node externs,
Node root)
Process the JS with root node root.
|
public RemoveSuperMethodsPass(AbstractCompiler compiler)
public void process(Node externs, Node root)
CompilerPass
process
in interface CompilerPass
externs
- Top of external JS treeroot
- Top of JS treeCopyright © 2009-2016 Google. All Rights Reserved.