public interface IonMutableCatalog extends IonCatalog
IonCatalog that can be updated.| Modifier and Type | Method and Description |
|---|---|
void |
putTable(SymbolTable sharedTable)
Adds a symbol table to this catalog.
|
getTable, getTablevoid putTable(SymbolTable sharedTable)
sharedTable - must be shared but not a system table or
substitute table.