jfun.parsec

Interface FromChar<R>

public interface FromChar<R> extends Serializable

maps char to Object.

char -> a

Author: Ben Yu Nov 20, 2004

Method Summary
RfromChar(int from, int len, char c)

Method Detail

fromChar

public 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.