id method

IdContext id()

Implementation

IdContext id() {
  dynamic _localctx = IdContext(context, state);
  enterRule(_localctx, 60, RULE_id);
  try {
    enterOuterAlt(_localctx, 1);
    state = 307;
    match(TOKEN_IDENTIFIER);
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}