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