* Match needs to return the current input symbol, which gets put * into the label for the associated token ref; e.g., x=ID.
()
| 302 | * into the label for the associated token ref; e.g., x=ID. |
| 303 | */ |
| 304 | getCurrentToken() { |
| 305 | return this._input.LT(1); |
| 306 | } |
| 307 | |
| 308 | notifyErrorListeners(msg, offendingToken, err) { |
| 309 | offendingToken = offendingToken || null; |
no test coverage detected