Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NikicPhpParser ¶
type NikicPhpParser struct {
// contains filtered or unexported fields
}
func NewNikicPhpParser ¶
func NewNikicPhpParser(cache ast_file_reference_cache.AstFileReferenceCacheInterface, typeResolver *types.TypeResolver, nodeNamer *services.NodeNamer, extractors []references_extractors.ReferenceExtractorInterface) *NikicPhpParser
func (*NikicPhpParser) GetNodeForClassLikeReference ¶
func (p *NikicPhpParser) GetNodeForClassLikeReference(classReference *tokens_references.ClassLikeReference) *ast.Ident
func (*NikicPhpParser) ParseFile ¶
func (p *NikicPhpParser) ParseFile(file string) (*tokens_references.FileReference, error)
type ParserInterface ¶
type ParserInterface interface {
ParseFile(file string) (*tokens_references.FileReference, error)
}
Click to show internal directories.
Click to hide internal directories.