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

Method Lookahead

php5/php5.go:2005–2005  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2003type yyParser interface {
2004 Parse(yyLexer) int
2005 Lookahead() int
2006}
2007
2008type 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