public class VarNode extends TermNode
parent| Constructor and Description |
|---|
VarNode(java.lang.String name,
boolean negate) |
| Modifier and Type | Method and Description |
|---|---|
double |
eval(VarMap v,
FuncMap f)
Returns the value associated with the variable name in the VarMap.
|
checkBeforeAccept, getFunctionNames, getParent, getVariableNames, isDescendent, toStringpublic double eval(VarMap v, FuncMap f)
eval in class Expression