Base interface of an ION symbol table.
None.
None.
Add a symbol to the table.
int
ion\Symbol\Table::add(ion\Symbol|string
$symbol)
Find a symbol within the symbol table, including imports.
Find a symbol within only this symbol table, ignoring imports.
Get the maximum symbol ID within the symbol table.
A local symbol table.
class ion\Symbol\Table\Local implements ion\Symbol\Table
A shared symbol table.
class ion\Symbol\Table\Shared implements ion\Symbol\Table