jfun.parsec
Interface FromString<R>

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
String2TokenWord, String2Value

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

maps string to Object.

CharSequence -> a

Author:
Ben Yu Nov 20, 2004

Method Summary
 R fromString(int from, int len, java.lang.String s)
           
 

Method Detail

fromString

R fromString(int from,
             int len,
             java.lang.String s)
Parameters:
from - the starting index of this token.
len - the length of this token.
s - the string.
Returns:
the object.