|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfun.parsec.tokens.TokenCharLiteral
@Deprecated public class TokenCharLiteral
Represents a character.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |