package symtab
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
class
AggregateSymbolTable extends SymbolTable
An aggregate of a list of symbol tables.
-
final
class
GlobalSymbolTable extends SymbolTable
A lazy symbol table that returns global symbols on-the-fly from disk.
-
final
class
LocalSymbolTable extends SymbolTable
An eager in-memory symbol table for local symbols.
- trait SymbolTable extends AnyRef
Value Members
- object AggregateSymbolTable
- object GlobalSymbolTable
- object LocalSymbolTable