@Deprecated
public class TokenCharLiteral
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
static Tokenizer |
getTokenizer()
Deprecated.
Creates a tokenizer that's gonna tokenize a single quoted character literal possibly with escape character '\'
|
static char |
tokenize(java.lang.CharSequence cs,
int from,
int len)
Deprecated.
convert the characters contained in range [from, from+len)
to a character.
|
public static char tokenize(java.lang.CharSequence cs, int from, int len)
cs
- the character sequence.from
- the starting index.len
- the length of the range.public static Tokenizer getTokenizer()