(Syntactic.Item e, int code, Syntactic.Item... context)
| 92 | } |
| 93 | |
| 94 | private void syntaxError(Syntactic.Item e, int code, Syntactic.Item... context) { |
| 95 | status = false; |
| 96 | ErrorMessages.syntaxError(e, code, context); |
| 97 | } |
| 98 | } |
no test coverage detected