Represents the type of token created by the StreamTokenizer class.
Missing <remarks> documentation for T:Geotools.Utilities.TokenType
| Member Name | Description |
|---|---|
| Word | Indicates that the token is a word. |
| Number | Indicates that the token is a number. |
| Eol | Indicates that the end of line has been read. The field can only have this value if the eolIsSignificant method has been called with the argument true. |
| Eof | Indicates that the end of the input stream has been reached. |
| Whitespace | Indictaes that the token is white space (space, tab, newline). |
| Symbol | Characters that are not whitespace, numbers, etc... |
Namespace: Geotools.Utilities Namespace
Assembly: Geotools.dll