[]
Represents a node in the expression tree.
public class Token
| Name | Description |
|---|---|
| Token(object, TKID, TKTYPE) | Initializes a new instance of the Token class. |
| Name | Description |
|---|---|
| ID | Gets a token identifier. |
| Type | Gets a token type. |
| Value | Gets a token value. |