Interface ICodeLensRequest
-
public interface ICodeLensRequestCodeLens request API.- Author:
- Angelo ZERR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DOMDocumentgetDocument()Returns the DOM document.booleanisSupportedByClient(String kind)Returns true if the given code lens kind is supported by the client and false otherwise.
-
-
-
Method Detail
-
getDocument
DOMDocument getDocument()
Returns the DOM document.- Returns:
- the DOM document
-
isSupportedByClient
boolean isSupportedByClient(String kind)
Returns true if the given code lens kind is supported by the client and false otherwise.- Parameters:
kind- code lens kind- Returns:
- true if the given code lens kind is supported by the client and false otherwise.
-
-