public class GlobalTypeInfoCollector extends Object implements CompilerPass
Used by the new type inference. See go/jscompiler-new-type-checker for the latest updates.
| Constructor and Description |
|---|
GlobalTypeInfoCollector(AbstractCompiler compiler) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Node externs,
Node root)
Process the JS with root node root.
|
public GlobalTypeInfoCollector(AbstractCompiler compiler)
public void process(Node externs, Node root)
CompilerPassprocess in interface CompilerPassexterns - Top of external JS treeroot - Top of JS treeCopyright © 2009-2017 Google. All Rights Reserved.