| 2006 | } |
| 2007 | |
| 2008 | type yyParserImpl struct { |
| 2009 | lval yySymType |
| 2010 | stack [yyInitialStackSize]yySymType |
| 2011 | char int |
| 2012 | } |
| 2013 | |
| 2014 | func (p *yyParserImpl) Lookahead() int { |
| 2015 | return p.char |
nothing calls this directly
no outgoing calls
no test coverage detected