fieldName method

FieldNameContext fieldName()

Implementation

FieldNameContext fieldName() {
  dynamic _localctx = FieldNameContext(context, state);
  enterRule(_localctx, 80, RULE_fieldName);
  try {
    enterOuterAlt(_localctx, 1);
    state = 497;
    ident();
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}