jfun.parsec

Interface FromString<R>

public interface FromString<R> extends Serializable

maps string to Object.

CharSequence -> a

Author: Ben Yu Nov 20, 2004

Method Summary
RfromString(int from, int len, String s)

Method Detail

fromString

public R fromString(int from, int len, String s)

Parameters: from the starting index of this token. len the length of this token. s the string.

Returns: the object.