BaseTokeniser Properties |
The BaseTokeniser type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentLine |
Gets the Current Line in the Input Stream.
| |
| CurrentPosition |
Gets the Current Position in the Input Stream.
| |
| EndLine |
Gets the End Line in the Input Stream of the current Token.
| |
| EndPosition |
Gets the End Position in the Input Stream of the current Token.
| |
| Format |
Gets/Sets the Format that this Tokeniser is used for.
| |
| HasBacktracked |
Gets whether the Tokeniser has backtracked.
| |
| LastTokenType |
Gets/Sets the Last Token Type.
| |
| Length |
Gets the current length of the Output Buffer.
| |
| StartLine |
Gets the Start Line in the Input Stream of the current Token.
| |
| StartPosition |
Gets the Start Position in the Input Stream of the current Token.
| |
| Value |
Gets the value of the Output Buffer.
|