Class ISignatureHelpService.Noop

    • Constructor Summary

      Constructors 
      Constructor Description
      Noop()  
    • Method Summary

      All Methods Instance Methods Concrete 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Noop

        public Noop()
    • Method Detail

      • getSignatureHelp

        public org.eclipse.lsp4j.SignatureHelp getSignatureHelp​(Document document,
                                                                org.eclipse.xtext.resource.XtextResource resource,
                                                                org.eclipse.lsp4j.SignatureHelpParams params,
                                                                org.eclipse.xtext.util.CancelIndicator cancelIndicator)
        Specified by:
        getSignatureHelp in interface ISignatureHelpService