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