public interface FromMyText<R>
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
R |
fromMyText(int from,
int len,
java.lang.String text,
int kind)
transform a text and a kind to an Object.
|
R fromMyText(int from, int len, java.lang.String text, int kind)
from - the starting index of this character token.len - the length of this token.text - the text string.kind - the kind identifier.