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

Method Lookahead

php7/php7.go:1812–1814  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1810}
1811
1812func (p *yyParserImpl) Lookahead() int {
1813 return p.char
1814}
1815
1816func yyNewParser() yyParser {
1817 return &yyParserImpl{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected