Interface ISignatureHelpService
-
- All Known Implementing Classes:
ISignatureHelpService.Noop
public interface ISignatureHelpServiceRepresentation of a service for getting thesignature help.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classISignatureHelpService.NoopNOOPsignature help serviceimplementation.
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.lsp4j.SignatureHelpEMPTYShared, immutable empty instance.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.lsp4j.SignatureHelpgetSignatureHelp(Document document, org.eclipse.xtext.resource.XtextResource resource, org.eclipse.lsp4j.SignatureHelpParams params, org.eclipse.xtext.util.CancelIndicator cancelIndicator)
-
-
-
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)
-
-