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

Method Lex

php7/php7.go:1797–1797  ·  view source on GitHub ↗
(lval *yySymType)

Source from the content-addressed store, hash-verified

1795
1796type yyLexer interface {
1797 Lex(lval *yySymType) int
1798 Error(s string)
1799}
1800

Callers

nothing calls this directly

Implementers 3

Parserphp7/parser.go
Lexerscanner/lexer.go
Parserphp5/parser.go

Calls

no outgoing calls

Tested by

no test coverage detected