|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SymbolTable | |
|---|---|
| org.lsmp.djep.djep | |
| org.lsmp.djep.xjep | |
| org.nfunk.jep | |
| org.nfunk.jep.evaluation | |
| org.nfunk.jep.function | |
| Uses of SymbolTable in org.lsmp.djep.djep |
|---|
| Subclasses of SymbolTable in org.lsmp.djep.djep | |
|---|---|
class |
DSymbolTable
A SymbolTable which works with partial derivatives of variables. |
| Methods in org.lsmp.djep.djep that return SymbolTable | |
|---|---|
SymbolTable |
DSymbolTable.newInstance()
Creates a new SymbolTable with the same variable factory as this. |
| Methods in org.lsmp.djep.djep with parameters of type SymbolTable | |
|---|---|
XJep |
DJep.newInstance(SymbolTable st)
|
| Uses of SymbolTable in org.lsmp.djep.xjep |
|---|
| Subclasses of SymbolTable in org.lsmp.djep.xjep | |
|---|---|
class |
XSymbolTable
An extension of the symbol table with a few new features. |
| Methods in org.lsmp.djep.xjep that return SymbolTable | |
|---|---|
SymbolTable |
XSymbolTable.newInstance()
Creates a new SymbolTable with the same variable factory as this. |
| Methods in org.lsmp.djep.xjep with parameters of type SymbolTable | |
|---|---|
void |
XSymbolTable.copyConstants(SymbolTable symTab)
Copy the values of all constants into this from the supplied symbol table. |
XJep |
XJep.newInstance(SymbolTable st)
Creates a new instance of XJep with the same components as this one and the specified symbol table. |
| Uses of SymbolTable in org.nfunk.jep |
|---|
| Fields in org.nfunk.jep declared as SymbolTable | |
|---|---|
protected SymbolTable |
JEP.symTab
Symbol Table |
protected SymbolTable |
EvaluatorVisitor.symTab
The symbol table for variable lookup |
| Methods in org.nfunk.jep that return SymbolTable | |
|---|---|
SymbolTable |
SymbolTable.StObservable.getSymbolTable()
|
SymbolTable |
JEP.getSymbolTable()
Returns the symbol table (the list of all variables that the parser recognizes). |
| Methods in org.nfunk.jep with parameters of type SymbolTable | |
|---|---|
Object |
EvaluatorVisitor.getValue(Node topNode,
SymbolTable symTab_in)
Returns the value of the expression as an object. |
| Uses of SymbolTable in org.nfunk.jep.evaluation |
|---|
| Methods in org.nfunk.jep.evaluation with parameters of type SymbolTable | |
|---|---|
Object |
CommandEvaluator.evaluate(CommandElement[] commands,
SymbolTable symTab)
|
| Uses of SymbolTable in org.nfunk.jep.function |
|---|
| Methods in org.nfunk.jep.function with parameters of type SymbolTable | |
|---|---|
Object |
SpecialEvaluationI.evaluate(Node node,
Object data,
ParserVisitor pv,
Stack stack,
SymbolTable symTab)
Deprecated. Performs some special evaluation on the node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||