| 14396 | } |
| 14397 | |
| 14398 | type sqlParserImpl struct { |
| 14399 | lval sqlSymType |
| 14400 | stack [sqlInitialStackSize]sqlSymType |
| 14401 | char int |
| 14402 | } |
| 14403 | |
| 14404 | func (p *sqlParserImpl) Lookahead() int { |
| 14405 | return p.char |
nothing calls this directly
no outgoing calls
no test coverage detected