| 1804 | } |
| 1805 | |
| 1806 | type yyParserImpl struct { |
| 1807 | lval yySymType |
| 1808 | stack [yyInitialStackSize]yySymType |
| 1809 | char int |
| 1810 | } |
| 1811 | |
| 1812 | func (p *yyParserImpl) Lookahead() int { |
| 1813 | return p.char |
nothing calls this directly
no outgoing calls
no test coverage detected