TT - public static class AbstractScanner.Token<TT extends java.lang.Enum<TT>>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
text
The text of this token, exactly as read from the document.
|
TT |
type
The type of this token.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final java.lang.String text
public Token(TT type, java.lang.String text)