@GwtIncompatible(value="Unsupported java.lang.Character fields")
public class TokenUtil
extends java.lang.Object
Constructor and Description |
---|
TokenUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isJSFormatChar(int c) |
static boolean |
isJSSpace(int c) |
static TernaryValue |
isStrWhiteSpaceChar(int c)
Copied from Rhino's ScriptRuntime
|
static boolean |
isWhitespace(int c) |
public static boolean isJSSpace(int c)
public static boolean isJSFormatChar(int c)
public static boolean isWhitespace(int c)
public static TernaryValue isStrWhiteSpaceChar(int c)
Copyright © 2009-2019 Google. All Rights Reserved.