public class TokenUtil
extends java.lang.Object
Constructor and Description |
---|
TokenUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isJSFormatChar(int c) |
(package private) static boolean |
isJSIdentifier(java.lang.String s) |
static boolean |
isJSSpace(int c) |
static TernaryValue |
isStrWhiteSpaceChar(int c) |
static boolean |
isWhitespace(int c) |
static boolean isJSIdentifier(java.lang.String s)
public static boolean isJSSpace(int c)
public static boolean isJSFormatChar(int c)
public static boolean isWhitespace(int c)
public static TernaryValue isStrWhiteSpaceChar(int c)