jfun.parsec
public interface FromString2<R> extends Serializable
CharSequence -> CharSequence -> a
Method Summary | |
---|---|
R | fromString2(int from, int len, String s1, String s2) |
Parameters: from the starting index of this character token. len the length of this token. s1 1st string. s2 2nd string.
Returns: the Object.