public class XSymbolTable extends SymbolTable
SymbolTable.StObservable
obeservable
Constructor and Description |
---|
XSymbolTable(VariableFactory varFac)
Create a new XSymbolTable with the given variable factory.
|
Modifier and Type | Method and Description |
---|---|
void |
copyConstants(SymbolTable symTab)
Copy the values of all constants into this from the supplied symbol table.
|
SymbolTable |
newInstance()
Creates a new SymbolTable with the same variable factory as this.
|
void |
print(PrintVisitor pv)
Prints the contents of the symbol table displaying its equations and value.
|
addConstant, addObserver, addObserverToExistingVariables, addVariable, clearNonConstants, clearValues, countObservers, createVariable, createVariable, deleteObserver, deleteObservers, get, getValue, getVar, getVariableFactory, hasChanged, makeVarIfNeeded, makeVarIfNeeded, put, setVarValue, toString
public XSymbolTable(VariableFactory varFac)
public SymbolTable newInstance()
public void print(PrintVisitor pv)
public void copyConstants(SymbolTable symTab)
http://www.singularsys.com/jep Copyright © 2007 Singular Systems