fieldOptions method

FieldOptionsContext fieldOptions()

Implementation

FieldOptionsContext fieldOptions() {
  dynamic _localctx = FieldOptionsContext(context, state);
  enterRule(_localctx, 16, RULE_fieldOptions);
  int _la;
  try {
    enterOuterAlt(_localctx, 1);
    state = 193;
    fieldOption();
    state = 198;
    errorHandler.sync(this);
    _la = tokenStream.LA(1)!;
    while (_la == TOKEN_COMMA) {
      state = 194;
      match(TOKEN_COMMA);
      state = 195;
      fieldOption();
      state = 200;
      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;
}