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, toString
public double eval(VarMap v, FuncMap f)
eval
in class Expression
public double getValue()
public void setValue(double d)
Copyright © 2024. All rights reserved.