integerboz¶
How an integer constant was written.
声明¶
语法¶
integerboz = Binary | Hex | Octal | Decimal
Values¶
Value |
Meaning |
|---|---|
|
a |
|
a |
|
an |
|
an ordinary decimal literal. |
返回值¶
None. An enumeration value is not evaluated.
描述¶
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.