jfun.parsec
public interface Tokenizer extends Serializable
Method Summary | |
---|---|
Object | toToken(CharSequence cs, int from, int len)
interprets the matched input range to a token object. |
Parameters: cs - the input from - the starting point len - the length of the range
Returns: - the token object.