jfun.parsec
public interface FromMyText<R> extends Serializable
Method Summary | |
---|---|
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.