jfun.parsec
Interface FromChar<R>

All Superinterfaces:
java.io.Serializable

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

maps char to Object.

char -> a

Author:
Ben Yu Nov 20, 2004

Method Summary
 R fromChar(int from, int len, char c)
           
 

Method Detail

fromChar

R fromChar(int from,
           int len,
           char c)
Parameters:
from - the starting index of this character token.
len - the length of this token.
c - the char
Returns:
the object.