An expression representing an integer literal value. The value is stored internally as a long.
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 Long.valueOf(pToken);
return Long.valueOf(pToken);