public class J2clPropertyInlinerPass extends java.lang.Object implements CompilerPass
This will be done by looking at all property accesses and determining if they have a corresponding get or set method on the property qualifiers definition. Some caveats:
Constructor and Description |
---|
J2clPropertyInlinerPass(AbstractCompiler compiler) |
Modifier and Type | Method and Description |
---|---|
void |
process(Node externs,
Node root)
Process the JS with root node root.
|
public J2clPropertyInlinerPass(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-2018 Google. All Rights Reserved.