public class Token
extends java.lang.Object
Constructor and Description |
---|
Token() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAlpha(char c) |
static boolean |
isDigit(char c) |
static boolean |
isHexDigit(char c) |
static boolean |
isLegalNameElement(char c) |
static boolean |
isWhitespace(char c) |