ITokenInputStream Property |
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.
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
SyntaxICharStream InputStream { get; set; }
Property InputStream As ICharStream
Get
Set
Property Value
Type:
ICharStream
See Also