jfun.parsec
public interface FromLong<R> extends Serializable
long -> a
| Method Summary | |
|---|---|
| R | fromLong(int from, int len, long l) |
Parameters: from the starting index of this character token. len the length of this token. l the long value.
Returns: the object.