Click or drag to resize

IToken Interface

[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.IToken"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public interface IToken

The IToken type exposes the following members.

Properties
  NameDescription
Public propertyChannel
Public propertyCharPositionInLine
The index of the first character relative to the beginning of the line 0..n-1
Public propertyInputStream
From what character stream was this token created? You don't have to implement but it's nice to know where a Token comes from if you have include files etc... on the input.
Public propertyLine
The line number on which this token was matched; line=1..n
Public propertyStartIndex
Public propertyStopIndex
Public propertyText
Get the text of the token
Public propertyTokenIndex
An index from 0..n-1 of the token object in the input stream. This must be valid in order to use the ANTLRWorks debugger.
Public propertyType
Top
See Also