Internal class holding the information about a token type. More...

Public Member Functions | |
| TokenInfo (Pattern regex, int token) | |
| Construct TokenInfo with its values. | |
Public Attributes | |
| final Pattern | regex |
| the regular expression to match against | |
| final int | token |
| the token id that the regular expression is linked to | |
Internal class holding the information about a token type.
Definition at line 45 of file Tokenizer.java.
1.8.1.2