Token
final class Token
internal |
Constants
STRING |
|
LITERAL |
|
CHAR |
|
COMMENT |
|
NEWLINE |
|
WHITESPACE |
|
Properties
string | $value | ||
int | $offset | ||
int|string | $type |
Methods
__construct(string $value, int $offset, $type)
No description
Details
at line 33
__construct(string $value, int $offset, $type)
No description