|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompilerPass
Interface for classes that can compile JS.
Class has single function "process", which is passed the root node of the parsed JS tree, as well as the root node of the external JS tree (used to provide a public API and prevent renaming of system functions).
Use this class to support testing with BaseCompilerTest
Method Summary | |
---|---|
void |
process(Node externs,
Node root)
Process the JS with root node root. |
Method Detail |
---|
void process(Node externs, Node root)
externs
- Top of external JS treeroot
- Top of JS tree
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |