analyzer

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2026 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Analyzer

type Analyzer interface {
	Changed(code []byte, change *sitter.InputEdit) error
	Close()
}

func NewPHPAnalyzer

func NewPHPAnalyzer() Analyzer

func NewTwigAnalyzer

func NewTwigAnalyzer() Analyzer

func NewXMLAnalyzer

func NewXMLAnalyzer() Analyzer

func NewYamlAnalyzer added in v0.0.5

func NewYamlAnalyzer() Analyzer

type AutoloadAware added in v0.0.6

type AutoloadAware interface {
	SetAutoloadMap(autoload *config.AutoloadMap)
}

type CodeActionProvider added in v0.1.0

type CodeActionProvider interface {
	OnCodeAction(context *glsp.Context, params *protocol.CodeActionParams) ([]protocol.CodeAction, error)
}

type CompletionProvider added in v0.0.5

type CompletionProvider interface {
	OnCompletion(pos protocol.Position) ([]protocol.CompletionItem, error)
}

type ContainerAware added in v0.0.5

type ContainerAware interface {
	SetContainerConfig(container *config.ContainerConfig)
}

type DefinitionProvider added in v0.0.6

type DefinitionProvider interface {
	OnDefinition(pos protocol.Position) ([]protocol.Location, error)
}

type DoctrineAware added in v0.1.0

type DoctrineAware interface {
	SetDoctrineRegistry(registry *doctrine.Registry)
}

type DocumentPathAware added in v0.0.6

type DocumentPathAware interface {
	SetDocumentPath(path string)
}

type DocumentStoreAware added in v0.0.6

type DocumentStoreAware interface {
	SetDocumentStore(store *php.DocumentStore)
}

type RoutesAware added in v0.0.5

type RoutesAware interface {
	SetRoutes(routes *config.RoutesMap)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL