MCPcopy Create free account
hub / github.com/z7zmey/php-parser / yyParserImpl

Struct yyParserImpl

php5/php5.go:2008–2012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2006}
2007
2008type yyParserImpl struct {
2009 lval yySymType
2010 stack [yyInitialStackSize]yySymType
2011 char int
2012}
2013
2014func (p *yyParserImpl) Lookahead() int {
2015 return p.char

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected