public class Number extends ArithmeticBase
Modifier and Type | Field and Description |
---|---|
protected double |
myValue |
gelementsToValue
Constructor and Description |
---|
Number(double d)
Represents a number
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
double |
value(Context c) |
evaluate
public double value(Context c)
value
in class ArithmeticBase
public java.lang.String toString()
toString
in class java.lang.Object