jfun.parsec
Interface FromLong<R>

All Superinterfaces:
java.io.Serializable

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

maps long to Object.

long -> a

Author:
Ben Yu Nov 20, 2004

Method Summary
 R fromLong(int from, int len, long l)
           
 

Method Detail

fromLong

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.