jfun.parsec
Interface FromString2<R>

All Superinterfaces:
java.io.Serializable

public interface FromString2<R>
extends java.io.Serializable

maps 2 strings to an Object.

CharSequence -> CharSequence -> a

Author:
Ben Yu Nov 20, 2004

Method Summary
 R fromString2(int from, int len, java.lang.String s1, java.lang.String s2)
           
 

Method Detail

fromString2

R fromString2(int from,
              int len,
              java.lang.String s1,
              java.lang.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.