|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaticSymbolTable<S extends StaticSlot<JSType>,R extends StaticReference<JSType>>
Lookup references by the symbols that they refer to.
Method Summary | |
---|---|
Iterable<S> |
getAllSymbols()
Returns all variables in this symbol table. |
Iterable<R> |
getReferences(S symbol)
Returns the references that point to the given symbol. |
StaticScope<JSType> |
getScope(S symbol)
Returns the scope for a given symbol. |
Method Detail |
---|
Iterable<R> getReferences(S symbol)
StaticScope<JSType> getScope(S symbol)
Iterable<S> getAllSymbols()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |