jfun.parsec
public interface FromString<R> extends Serializable
CharSequence -> a
Method Summary | |
---|---|
R | fromString(int from, int len, String s) |
Parameters: from the starting index of this token. len the length of this token. s the string.
Returns: the object.