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