Represents type TIEStreamToken.
Namespace: IEParser
|
Name
|
Description
|
|
AsString
|
Returns the textual representation of the token
|
|
DataType
|
Identifies the type of the token, whether it's an inference engine TIEType or another type of character.
|
|
LineNumber
|
Returns the line number within the stream that this token was parsed from
|
|
Number
|
Returns the numeric representation of the token
|
|
Tag
|
Represents property Tag.
|
|
Text
|
Returns the string representation of the token
|
|
WhiteSpace
|
Contains the whitespace, including comments, that occur after this token and before the next token.
|
Top
|