Struct Token
struct Token;
Fields
| Name | Type | Description |
|---|---|---|
floatvalue
|
double | |
intvalue
|
int | |
line
|
ushort | |
multiline
|
bool | |
pos
|
ushort | |
text
|
string | |
type
|
TokenType |
Properties
| Name | Type | Description |
|---|---|---|
isMultilineComment[get]
|
bool | |
toString[get]
|
string |