public final class CharType extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
EOI
End of input.
|
| 构造器和说明 |
|---|
CharType() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isAlphabet(char ch)
Adjust is alphabet or not.
|
static boolean |
isDigital(char ch)
Adjust is digital or not.
|
static boolean |
isEndOfInput(char ch)
Adjust is end of input or not.
|
static boolean |
isSymbol(char ch)
Adjust is symbol or not.
|
static boolean |
isWhitespace(char ch)
Adjust is whitespace or not.
|
public static final byte EOI
public static boolean isWhitespace(char ch)
ch - to be adjusted charpublic static boolean isEndOfInput(char ch)
ch - to be adjusted charpublic static boolean isAlphabet(char ch)
ch - to be adjusted charpublic static boolean isDigital(char ch)
ch - to be adjusted charpublic static boolean isSymbol(char ch)
ch - to be adjusted charCopyright © 2018. All rights reserved.