public interface StaticSymbolTable<S extends StaticSlot,R extends StaticRef>
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<S> |
getAllSymbols()
Returns all variables in this symbol table.
|
java.lang.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.
|
java.lang.Iterable<R> getReferences(S symbol)
StaticScope getScope(S symbol)
java.lang.Iterable<S> getAllSymbols()
Copyright © 2009-2019 Google. All Rights Reserved.