| java.lang.Object org.isqlviewer.sql.processor.Token
Token | public class Token (Code) | | A token that has been parsed and interpreted as significant data.
author: Mark A. Kobold <mkobold at isqlviewer dot com> version: 1.0 |
Field Summary | |
public int | position The token's position is given by an index into the document text. | public TextSymbol | symbol The symbol contains all the properties shared with similar tokens. |
Constructor Summary | |
| Token(TextSymbol symbol, int position) Create a token with a given symbol and position. |
position | public int position(Code) | | The token's position is given by an index into the document text.
|
symbol | public TextSymbol symbol(Code) | | The symbol contains all the properties shared with similar tokens.
|
Token | Token(TextSymbol symbol, int position)(Code) | | Create a token with a given symbol and position.
|
|
|