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