Class ReferenceCommand

java.lang.Object
org.eclipse.lsp4j.Command
org.eclipse.lemminx.services.extensions.codelens.ReferenceCommand

public class ReferenceCommand extends org.eclipse.lsp4j.Command
References command for CodeLens.
Author:
Angelo ZERR
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReferenceCommand(String uri, org.eclipse.lsp4j.Position position, boolean supportedByClient)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.eclipse.lsp4j.Command

    equals, getArguments, getCommand, getTitle, hashCode, setArguments, setCommand, setTitle, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ReferenceCommand

      public ReferenceCommand(String uri, org.eclipse.lsp4j.Position position, boolean supportedByClient)
  • Method Details

    • increment

      public void increment()