Interface ICodeLensRequest
public interface ICodeLensRequest
CodeLens request API.
- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptionReturns the DOM document.booleanisSupportedByClient(String kind) Returns true if the given code lens kind is supported by the client and false otherwise.
-
Method Details
-
getDocument
DOMDocument getDocument()Returns the DOM document.- Returns:
- the DOM document
-
isSupportedByClient
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.
-