Package com.google.javascript.rhino
Interface StaticSymbolTable<S extends StaticSlot,R extends StaticRef>
- All Known Implementing Classes:
ReferenceCollector
public interface StaticSymbolTable<S extends StaticSlot,R extends StaticRef>
Lookup references by the symbols that they refer to.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all variables in this symbol table.getReferences
(S symbol) Returns the references that point to the given symbol.Returns the scope for a given symbol.
-
Method Details
-
getReferences
Returns the references that point to the given symbol. -
getScope
Returns the scope for a given symbol. -
getAllSymbols
Returns all variables in this symbol table.
-