jfun.parsec

Interface FromLong<R>

public interface FromLong<R> extends Serializable

maps long to Object.

long -> a

Author: Ben Yu Nov 20, 2004

Method Summary
RfromLong(int from, int len, long l)

Method Detail

fromLong

public R fromLong(int from, int len, long l)

Parameters: from the starting index of this character token. len the length of this token. l the long value.

Returns: the object.