Interface ICodeLensRequest


  • public interface ICodeLensRequest
    CodeLens request API.
    Author:
    Angelo ZERR
    • 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.