Token
class Token
Simple token.
Properties
string | $value | ||
int|string | $type | ||
int | $offset |
Methods
__construct(string $value, $type, int $offset)
No description
bool
is(int|string ...$args)
No description
Details
at line 28
__construct(string $value, $type, int $offset)
No description
at line 37
bool
is(int|string ...$args)
No description