jfun.parsec

Interface FromString3<R>

public interface FromString3<R> extends Serializable

maps 3 strings to object.

CharSequence -> CharSequence -> CharSequence -> a

Author: Ben Yu Nov 20, 2004

Method Summary
RfromString3(int from, int len, String s1, String s2, String s3)

Method Detail

fromString3

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