ranges method

RangesContext ranges()

Implementation

RangesContext ranges() {
  dynamic _localctx = RangesContext(context, state);
  enterRule(_localctx, 34, RULE_ranges);
  int _la;
  try {
    enterOuterAlt(_localctx, 1);
    state = 277;
    range_();
    state = 282;
    errorHandler.sync(this);
    _la = tokenStream.LA(1)!;
    while (_la == TOKEN_COMMA) {
      state = 278;
      match(TOKEN_COMMA);
      state = 279;
      range_();
      state = 284;
      errorHandler.sync(this);
      _la = tokenStream.LA(1)!;
    }
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}