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

Method Lookahead

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

Source from the content-addressed store, hash-verified

1801type yyParser interface {
1802 Parse(yyLexer) int
1803 Lookahead() int
1804}
1805
1806type yyParserImpl struct {

Callers

nothing calls this directly

Implementers 2

yyParserImplphp7/php7.go
yyParserImplphp5/php5.go

Calls

no outgoing calls

Tested by

no test coverage detected