An expression representing a floating point literal value. The value is stored internally as a double.
Constructor super (getValueFromToken (pToken));
super (getValueFromToken (pToken));
Returns the expression in the expression language syntax return getValue ().toString ();
return getValue ().toString ();
Parses the given token into the literal value return new Double (pToken);
return new Double (pToken);