Click or drag to resize

BaseTokeniser Properties

The BaseTokeniser type exposes the following members.

Properties
  NameDescription
Protected propertyCurrentLine
Gets the Current Line in the Input Stream.
Protected propertyCurrentPosition
Gets the Current Position in the Input Stream.
Protected propertyEndLine
Gets the End Line in the Input Stream of the current Token.
Protected propertyEndPosition
Gets the End Position in the Input Stream of the current Token.
Protected propertyFormat
Gets/Sets the Format that this Tokeniser is used for.
Protected propertyHasBacktracked
Gets whether the Tokeniser has backtracked.
Protected propertyLastTokenType
Gets/Sets the Last Token Type.
Protected propertyLength
Gets the current length of the Output Buffer.
Protected propertyStartLine
Gets the Start Line in the Input Stream of the current Token.
Protected propertyStartPosition
Gets the Start Position in the Input Stream of the current Token.
Protected propertyValue
Gets the value of the Output Buffer.
Top
See Also