Interface ICodeLensRequest


public interface ICodeLensRequest
CodeLens request API.
Author:
Angelo ZERR
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the DOM document.
    boolean
    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

      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.