()
| 388 | } |
| 389 | |
| 390 | exitRule() { |
| 391 | this._ctx.stop = this._input.LT(-1); |
| 392 | // trigger event on _ctx, before it reverts to parent |
| 393 | this.triggerExitRuleEvent(); |
| 394 | this.state = this._ctx.invokingState; |
| 395 | this._ctx = this._ctx.parentCtx; |
| 396 | } |
| 397 | |
| 398 | enterOuterAlt(localctx, altNum) { |
| 399 | localctx.setAltNumber(altNum); |
no test coverage detected