jfun.parsec

Interface FromMyText<R>

public interface FromMyText<R> extends Serializable

Used by class Terms to identify a MyToken object.

Author: Ben Yu Dec 8, 2004

Method Summary
RfromMyText(int from, int len, String text, int kind)
transform a text and a kind to an Object.

Method Detail

fromMyText

public R fromMyText(int from, int len, String text, int kind)
transform a text and a kind to an Object.

Parameters: from the starting index of this character token. len the length of this token. text the text string. kind the kind identifier.

Returns: the object.