NumericLiteral

Numeric literal.

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:


Syntax

NumericLiteral

graphics/NumericLiteral.png

IntegerLiteral DecimalLiteral DoubleLiteral

Description

A NumericLiteral is a literal that denotes an integer value (IntegerLiteral), a decimal value (DecimalLiteral) or a double precision value (DoubleLiteral).

Example

See the section Lexical Structure for examples and the lexical (syntactic) definition.