Interface ISignatureHelpService

  • All Known Implementing Classes:
    ISignatureHelpService.Noop

    public interface ISignatureHelpService
    Representation of a service for getting the signature help.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.lsp4j.SignatureHelp EMPTY
      Shared, immutable empty instance.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.lsp4j.SignatureHelp getSignatureHelp​(Document document, org.eclipse.xtext.resource.XtextResource resource, org.eclipse.lsp4j.SignatureHelpParams params, org.eclipse.xtext.util.CancelIndicator cancelIndicator)  
    • Field Detail

      • EMPTY

        static final org.eclipse.lsp4j.SignatureHelp EMPTY
        Shared, immutable empty instance.
    • Method Detail

      • getSignatureHelp

        org.eclipse.lsp4j.SignatureHelp getSignatureHelp​(Document document,
                                                         org.eclipse.xtext.resource.XtextResource resource,
                                                         org.eclipse.lsp4j.SignatureHelpParams params,
                                                         org.eclipse.xtext.util.CancelIndicator cancelIndicator)