Clear token and set to be ERROR.
| 1473 | |
| 1474 | // Clear token and set to be ERROR. |
| 1475 | void SetBad() |
| 1476 | { |
| 1477 | this->Clear(); |
| 1478 | this->Type = TOKEN_ERROR; |
| 1479 | } |
| 1480 | void SetIdentifier(const std::string& idString) |
| 1481 | { |
| 1482 | this->operator=(idString); |