jfun.parsec
public interface FromChar<R> extends Serializable
char -> a
Method Summary | |
---|---|
R | fromChar(int from, int len, char c) |
Parameters: from the starting index of this character token. len the length of this token. c the char
Returns: the object.