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

Struct yyParserImpl

php7/php7.go:1806–1810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1804}
1805
1806type yyParserImpl struct {
1807 lval yySymType
1808 stack [yyInitialStackSize]yySymType
1809 char int
1810}
1811
1812func (p *yyParserImpl) Lookahead() int {
1813 return p.char

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected