public class ContentModelTypeDefinitionParticipant extends AbstractTypeDefinitionParticipant
| Constructor and Description |
|---|
ContentModelTypeDefinitionParticipant() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFindTypeDefinition(ITypeDefinitionRequest request,
List<org.eclipse.lsp4j.LocationLink> locations,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Find the type definition
|
protected boolean |
match(DOMDocument document)
Returns true if the type definition support is applicable for the given
document and false otherwise.
|
findTypeDefinitionpublic ContentModelTypeDefinitionParticipant()
protected boolean match(DOMDocument document)
AbstractTypeDefinitionParticipantmatch in class AbstractTypeDefinitionParticipantprotected void doFindTypeDefinition(ITypeDefinitionRequest request, List<org.eclipse.lsp4j.LocationLink> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
AbstractTypeDefinitionParticipantdoFindTypeDefinition in class AbstractTypeDefinitionParticipantCopyright © 2022. All rights reserved.