Class DisambiguateProperties
java.lang.Object
com.google.javascript.jscomp.disambiguate.DisambiguateProperties
- All Implemented Interfaces:
CompilerPass
Assembles the various parts of the diambiguator to execute them as a compiler pass.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDisambiguateProperties
(AbstractCompiler compiler, com.google.common.collect.ImmutableSet<String> propertiesThatMustDisambiguate) -
Method Summary
-
Field Details
-
PROPERTY_INVALIDATION
-
-
Constructor Details
-
DisambiguateProperties
public DisambiguateProperties(AbstractCompiler compiler, com.google.common.collect.ImmutableSet<String> propertiesThatMustDisambiguate)
-
-
Method Details
-
process
Description copied from interface:CompilerPass
Process the JS with root node root. Can modify the contents of each Node tree- Specified by:
process
in interfaceCompilerPass
- Parameters:
externs
- Top of external JS treeroot
- Top of JS tree
-