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

Method Parse

parser/parser.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11// Parser interface
12type Parser interface {
13 Parse() int
14 GetRootNode() node.Node
15 GetErrors() []*errors.Error
16 WithFreeFloating()

Callers

nothing calls this directly

Implementers 2

Parserphp7/parser.go
Parserphp5/parser.go

Calls

no outgoing calls

Tested by

no test coverage detected