|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfun.parsec.tokens.TokenString
@Deprecated public final class TokenString
This implementation of Tokenizer transforms the recognized character range to a String.
Method Summary | |
---|---|
static Tokenizer |
getTokenizer()
Deprecated. Get the Tokenizer instance. |
java.lang.Object |
toToken(java.lang.CharSequence cs,
int from,
int len)
Deprecated. interprets the matched input range to a token object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Tokenizer getTokenizer()
public java.lang.Object toToken(java.lang.CharSequence cs, int from, int len)
Tokenizer
toToken
in interface Tokenizer
cs
- - the inputfrom
- - the starting pointlen
- - the length of the range
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |