Validates characters that are processed by tokenizers.
Description
The CharValidator class allows you to validate characters that are processed by tokenizers.
Fields
Static methods
isEof
Checks if a character is an EOF.
public staticboolean isEof(int value)
- value: int - value to check
- returns: boolean - validation result
isEol
Checks if a character is an EOL.
public staticboolean isEol(int value)
- value: int - value to check
- returns: boolean - validation result
isDigit
Checks if a character is a digit.
public staticboolean isDigit(int value)
- value: int - value to check
- returns: boolean - validation result