public class ValNode extends Expression
| Modifier and Type | Field and Description |
|---|---|
protected double |
val |
parent| Constructor and Description |
|---|
ValNode(double d) |
| Modifier and Type | Method and Description |
|---|---|
double |
eval(VarMap v,
FuncMap f)
Returns the value.
|
double |
getValue() |
void |
setValue(double d) |
checkBeforeAccept, getFunctionNames, getParent, getVariableNames, isDescendent, toStringpublic double eval(VarMap v, FuncMap f)
eval in class Expressionpublic double getValue()
public void setValue(double d)
Copyright © 2022. All rights reserved.