WithKeywordToken Properties |
The WithKeywordToken type exposes the following members.
Name | Description | |
---|---|---|
EndLine |
Gets the Line at which this Token Ends.
(Inherited from BaseToken.) | |
EndPosition |
Gets the Column at which this Token Ends.
(Inherited from BaseToken.) | |
Length |
Gets the Length of the Tokens Value.
(Inherited from BaseToken.) | |
StartLine |
Gets the Line at which this Token Starts.
(Inherited from BaseToken.) | |
StartPosition |
Gets the Column at which this Token Starts.
(Inherited from BaseToken.) | |
TokenType |
Gets an arbitrary integer which indicates the Type of the Token.
(Inherited from BaseToken.) | |
Value |
Gets the String Value which this Token represents (if any).
(Inherited from BaseToken.) |