public class HoverParticipantAdapter extends Object implements IHoverParticipant
| Constructor and Description |
|---|
HoverParticipantAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.lsp4j.Hover |
onAttributeName(IHoverRequest request,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
onAttributeName method
|
org.eclipse.lsp4j.Hover |
onAttributeValue(IHoverRequest request,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
onAttributeValue method
|
org.eclipse.lsp4j.Hover |
onTag(IHoverRequest request,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
onTag method
|
org.eclipse.lsp4j.Hover |
onText(IHoverRequest request,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
onText method
|
public org.eclipse.lsp4j.Hover onTag(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
IHoverParticipantonTag in interface IHoverParticipantStringExceptionpublic org.eclipse.lsp4j.Hover onAttributeName(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
IHoverParticipantonAttributeName in interface IHoverParticipantStringExceptionpublic org.eclipse.lsp4j.Hover onAttributeValue(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
IHoverParticipantonAttributeValue in interface IHoverParticipantStringExceptionpublic org.eclipse.lsp4j.Hover onText(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
IHoverParticipantonText in interface IHoverParticipantStringExceptionCopyright © 2024. All rights reserved.