public final Table_or_index_nameContext table_or_index_name() throws RecognitionException { Table_or_index_nameContext _localctx = new Table_or_index_nameContext(_ctx, getState()); enterRule(_localctx, 164, RULE_table_or_index_name); try { enterOuterAlt(_localctx, 1); { setState(1703); any_name(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; }
public final Table_or_index_nameContext table_or_index_name() throws RecognitionException { Table_or_index_nameContext _localctx = new Table_or_index_nameContext(_ctx, getState()); enterRule(_localctx, 174, RULE_table_or_index_name); try { enterOuterAlt(_localctx, 1); { setState(1735); any_name(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; }