public class ContentModelHoverParticipant extends HoverParticipantAdapter
| Constructor and Description |
|---|
ContentModelHoverParticipant() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.lsp4j.Hover |
onAttributeName(IHoverRequest hoverRequest,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
onAttributeName method
|
org.eclipse.lsp4j.Hover |
onAttributeValue(IHoverRequest hoverRequest,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
onAttributeValue method
|
org.eclipse.lsp4j.Hover |
onTag(IHoverRequest hoverRequest,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
onTag method
|
org.eclipse.lsp4j.Hover |
onText(IHoverRequest hoverRequest,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
onText method
|
public org.eclipse.lsp4j.Hover onTag(IHoverRequest hoverRequest, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
IHoverParticipantonTag in interface IHoverParticipantonTag in class HoverParticipantAdapterStringExceptionpublic org.eclipse.lsp4j.Hover onAttributeName(IHoverRequest hoverRequest, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
IHoverParticipantonAttributeName in interface IHoverParticipantonAttributeName in class HoverParticipantAdapterStringExceptionpublic org.eclipse.lsp4j.Hover onAttributeValue(IHoverRequest hoverRequest, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
IHoverParticipantonAttributeValue in interface IHoverParticipantonAttributeValue in class HoverParticipantAdapterStringExceptionpublic org.eclipse.lsp4j.Hover onText(IHoverRequest hoverRequest, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
IHoverParticipantonText in interface IHoverParticipantonText in class HoverParticipantAdapterStringExceptionCopyright © 2023. All rights reserved.