CfParser.parseIntegerValue
Parses an integer value from raw string.
Parameters
raw | The raw string to parse |
loc | Token location used for error reporting |
Returns
The parsed long value.
Throws
CfParseException if the literal is malformed or overflows.
Parses an integer value from raw string.
raw | The raw string to parse |
loc | Token location used for error reporting |