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 static
boolean isEof(int value)
- value: int - value to check
- returns: boolean - validation result
isEol
Checks if a character is an EOL.
public static
boolean isEol(int value)
- value: int - value to check
- returns: boolean - validation result
isDigit
Checks if a character is a digit.
public static
boolean isDigit(int value)
- value: int - value to check
- returns: boolean - validation result