integerboz

How an integer constant was written.

Declaración

Sintaxis

integerboz = Binary | Hex | Octal | Decimal

Values

Value

Meaning

Binary

a b'...' literal.

Hex

a z'...' literal.

Octal

an o'...' literal.

Decimal

an ordinary decimal literal.

Valores devueltos

None. An enumeration value is not evaluated.

Descripción

The value of an IntegerConstant is stored as a number, so this member only records the spelling. It matters for diagnostics and for unparsing, and because a BOZ literal is restricted in where the standard allows it to appear.

Ver también

IntegerConstant, Integer