HexInteger
Lexer rule
EBNF
HexInteger = '0x', {
HexDigit
}- ;
Referenced from
IntegerLiteral