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

Method Lookahead

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

Source from the content-addressed store, hash-verified

2012}
2013
2014func (p *yyParserImpl) Lookahead() int {
2015 return p.char
2016}
2017
2018func yyNewParser() yyParser {
2019 return &yyParserImpl{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected