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)  | 
evaluatepublic double value(Context c)
value in class ArithmeticBasepublic java.lang.String toString()
toString in class java.lang.Object