jfun.parsec

Interface FromString2<R>

public interface FromString2<R> extends Serializable

maps 2 strings to an Object.

CharSequence -> CharSequence -> a

Author: Ben Yu Nov 20, 2004

Method Summary
RfromString2(int from, int len, String s1, String s2)

Method Detail

fromString2

public 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.