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