public interface StaticSymbolTable<S extends StaticSlot,R extends StaticRef>
Modifier and Type | Method and Description |
---|---|
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 |
getScope(S symbol)
Returns the scope for a given symbol.
|
Copyright © 2009-2017 Google. All Rights Reserved.