Property | Type | Description | |
---|---|---|---|
Column | int | ||
Line | int | ||
Type | TokenType | ||
Value | string |
Method | Description | |
---|---|---|
Token ( TokenType type, int line, int column, string value ) |
public Token ( TokenType type, int line, int column, string value ) | ||
type | TokenType | |
line | int | |
column | int | |
value | string |