Uses of Class
org.eclipse.lemminx.services.SymbolInformationResult
Packages that use SymbolInformationResult
Package
Description
-
Uses of SymbolInformationResult in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants with parameters of type SymbolInformationResultModifier and TypeMethodDescriptionvoidContentModelSymbolsProviderParticipant.findSymbolInformations(DOMDocument document, SymbolInformationResult symbols, XMLSymbolFilter filter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of SymbolInformationResult in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services that return SymbolInformationResultModifier and TypeMethodDescriptionXMLLanguageService.findSymbolInformations(DOMDocument xmlDocument, XMLSymbolSettings symbolSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of SymbolInformationResult in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions with parameters of type SymbolInformationResultModifier and TypeMethodDescriptionvoidISymbolsProviderParticipant.findSymbolInformations(DOMDocument document, SymbolInformationResult symbols, XMLSymbolFilter filter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Fill the given symbol information result with custom symbol informations.