public class ExtendedCodeLensCapabilities
extends org.eclipse.lsp4j.DynamicRegistrationCapabilities
https://github.com/microsoft/language-server-protocol/issues/788| Constructor and Description |
|---|
ExtendedCodeLensCapabilities() |
ExtendedCodeLensCapabilities(Boolean dynamicRegistration) |
ExtendedCodeLensCapabilities(CodeLensKindCapabilities codeLensKind) |
ExtendedCodeLensCapabilities(CodeLensKindCapabilities codeLensKind,
Boolean dynamicRegistration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CodeLensKindCapabilities |
getCodeLensKind()
Specific capabilities for the `CodeLensKind` in the `textDocument/codeLens`
request.
|
int |
hashCode() |
void |
setCodeLensKind(CodeLensKindCapabilities codeLensKind)
Specific capabilities for the `CodeLensKind` in the `textDocument/codeLens`
request.
|
String |
toString() |
public ExtendedCodeLensCapabilities()
public ExtendedCodeLensCapabilities(Boolean dynamicRegistration)
public ExtendedCodeLensCapabilities(CodeLensKindCapabilities codeLensKind)
public ExtendedCodeLensCapabilities(CodeLensKindCapabilities codeLensKind, Boolean dynamicRegistration)
@Pure public CodeLensKindCapabilities getCodeLensKind()
public void setCodeLensKind(CodeLensKindCapabilities codeLensKind)
@Pure public String toString()
toString in class org.eclipse.lsp4j.DynamicRegistrationCapabilities@Pure public boolean equals(Object obj)
equals in class org.eclipse.lsp4j.DynamicRegistrationCapabilities@Pure public int hashCode()
hashCode in class org.eclipse.lsp4j.DynamicRegistrationCapabilitiesCopyright © 2021. All rights reserved.