Returns false if error occurred in other consuming functions.
| 71 | |
| 72 | // Returns false if error occurred in other consuming functions. |
| 73 | bool good() const { return _good; } |
| 74 | |
| 75 | // If the error prevents parsing from going on, call this method. |
| 76 | // This method is also called in other functions in this class. |
no outgoing calls
no test coverage detected