Numeric literal.
The following construct(s) refer to this construct:
A NumericLiteral
is a literal that denotes an integer value
(IntegerLiteral
), a decimal value (DecimalLiteral
) or
a double precision value (DoubleLiteral
).
See the section Lexical Structure for examples and the lexical (syntactic) definition.