-
Constructor Summary
Constructors
-
Method Summary
Returns the text content of this token.
Returns the type of this token.
-
-
Method Details
-
getText
Description copied from interface: Token
Returns the text content of this token.
The default implementation returns null
.
- Specified by:
getText
in interface Token<String,String>
- Returns:
- the text content of this token, or
null
if
not available.
-
getType
Description copied from interface: Token
Returns the type of this token.
- Specified by:
getType
in interface Token<String,String>
- Returns:
- the type of this token.
-