[]
Initializes a new instance of the Token class.
public Token(object value, TKID id, TKTYPE type)
Public Sub New(value As Object, id As TKID, type As TKTYPE)
| Type | Name | Description |
|---|---|---|
| object | value | The value of token. |
| TKID | id | The token identifier. |
| TKTYPE | type | The token type. |