Number
class Number extends Token (View source)
Methods
Details
in
Token at line 12
__construct(string $value)
Constructor.
in
Token at line 19
bool
is(string $value)
Determine if the token is the given value.
in
Token at line 27
bool
isNot(string $value)
Determine if the token is not the given value.
in
Token at line 35
string
__toString()
Get the token's value.