module Prism::IntegerBaseFlags

Flags for integer nodes that correspond to the base of the integer.

Constants

BINARY

0b prefix

DECIMAL

0d or no prefix

HEXADECIMAL

0x prefix

OCTAL

0o or 0 prefix