Method | Description | |
---|---|---|
ToString ( ) : string |
Generates a human-reabable string for the token instance (handy for debugging purposes).
|
|
Token ( TokenType type, object value, string rawValue, |
Initializes a new instance of the Token class.
|
public Token ( TokenType type, object value, string rawValue, |
||
type | TokenType | The token type. |
value | object | The token value. |
rawValue | string | The token raw value. |
location | The token location within a specified expression. |