Package org.javacc.jjtree
Class TokenUtils
java.lang.Object
org.javacc.jjtree.TokenUtils
Utilities for manipulating Tokens.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringaddUnicodeEscapes(String str) static booleanprivate static booleanhexchar(char ch) private static inthexval(char ch) static void(package private) static Stringremove_escapes_and_quotes(Token t, String str, Context context)
-
Constructor Details
-
TokenUtils
private TokenUtils()
-
-
Method Details
-
print
-
addUnicodeEscapes
-
hasTokens
-
remove_escapes_and_quotes
-
hexchar
private static boolean hexchar(char ch) -
hexval
private static int hexval(char ch)
-