Token is STRING
| 1437 | |
| 1438 | // Token is STRING |
| 1439 | bool IsString() const noexcept { return this->Type == STRING; } |
| 1440 | |
| 1441 | // Token is STRING and equal to parameter |
| 1442 | bool IsString(const std::string& str) const |
no outgoing calls
no test coverage detected