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
IHoverParticipant
onTag
in interface IHoverParticipant
onTag
in class HoverParticipantAdapter
String
Exception
public org.eclipse.lsp4j.Hover onAttributeName(IHoverRequest hoverRequest) throws Exception
IHoverParticipant
onAttributeName
in interface IHoverParticipant
onAttributeName
in class HoverParticipantAdapter
String
Exception
public org.eclipse.lsp4j.Hover onAttributeValue(IHoverRequest hoverRequest) throws Exception
IHoverParticipant
onAttributeValue
in interface IHoverParticipant
onAttributeValue
in class HoverParticipantAdapter
String
Exception
public org.eclipse.lsp4j.Hover onText(IHoverRequest hoverRequest) throws Exception
IHoverParticipant
onText
in interface IHoverParticipant
onText
in class HoverParticipantAdapter
String
Exception
Copyright © 2020. All rights reserved.