jfun.parsec
Interface FromMyText<R>

All Superinterfaces:
java.io.Serializable

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

Used by class Terms to identify a MyToken object.

Author:
Ben Yu Dec 8, 2004

Method Summary
 R fromMyText(int from, int len, java.lang.String text, int kind)
          transform a text and a kind to an Object.
 

Method Detail

fromMyText

R fromMyText(int from,
             int len,
             java.lang.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.