Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2003
type
yyParser
interface
{
2004
Parse(yyLexer) int
2005
Lookahead() int
2006
}
2007
2008
type
yyParserImpl
struct
{
Callers
nothing calls this directly
Implementers
2
yyParserImpl
php7/php7.go
yyParserImpl
php5/php5.go
Calls
no outgoing calls
Tested by
no test coverage detected