public class InmutableSymbolTable extends AbstractSymbolTable implements SymbolTable
functionAlias, functions, symbolTables, vars
Constructor and Description |
---|
InmutableSymbolTable() |
Modifier and Type | Method and Description |
---|---|
boolean |
addSymbolTable(SymbolTable symbolTable) |
boolean |
removeSymbolTable(SymbolTable symbolTable) |
addFunction, addFunctions, clone, containsSymbolTable, exists, fixSymbolTables, fixSymbolTables, function, functions, get, getFunctionAlias, getFunctions, getName, getSymbolTables, getVars, isSQLCompatible, iterator, localfunctions, localvariables, removeFunction, removeVar, setVar, toString, value, variables
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, containsSymbolTable, exists, function, functions, getName, isSQLCompatible, localfunctions, localvariables, value, variables
cloneQuietly, cloneQuietly
public boolean addSymbolTable(SymbolTable symbolTable)
addSymbolTable
in interface SymbolTable
addSymbolTable
in class AbstractSymbolTable
public boolean removeSymbolTable(SymbolTable symbolTable)
removeSymbolTable
in interface SymbolTable
removeSymbolTable
in class AbstractSymbolTable