If the error prevents parsing from going on, call this method. This method is also called in other functions in this class.
| 75 | // If the error prevents parsing from going on, call this method. |
| 76 | // This method is also called in other functions in this class. |
| 77 | void set_bad() { _good = false; } |
| 78 | |
| 79 | private: |
| 80 | bool _good; |
no outgoing calls
no test coverage detected