Uses of Interface
com.google.javascript.rhino.StaticSymbolTable
-
Packages that use StaticSymbolTable Package Description com.google.javascript.jscomp -
-
Uses of StaticSymbolTable in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticSymbolTable Modifier and Type Class Description class
ReferenceCollector
A helper class for passes that want to access all information about where a variable is referenced and declared at once and then make a decision as to how it should be handled, possibly inlining, reordering, or generating warnings.
-