Data type TokeniseIssue
access this type via: parsing.Tokeniser (uses)
This type describes a parsing issue.
Constants
int I_UNKNOWN_NUMBER_FORMAT Parsing failed due to an unrecognisable number format.
int I_INVALID_UNICODE Parsing failed due to an invalid Unicode character.
int I_INVALID_ESCAPE_CHAR Parsing failed due to an invalid escape character in a string.
int I_UNTERMINATED_STRING Parsing failed due to an unterminated string literal.
Fields
int type The type of the issue.
char description[] A human-readonable text description of the issue.