Package org.eclipse.lemminx.client
Class ExtendedCodeLensCapabilities
java.lang.Object
org.eclipse.lsp4j.DynamicRegistrationCapabilities
org.eclipse.lemminx.client.ExtendedCodeLensCapabilities
public class ExtendedCodeLensCapabilities
extends org.eclipse.lsp4j.DynamicRegistrationCapabilities
Extended capabilities specific to the `textDocument/codeLens` request. This capability doesn't belong to LSP specification. See proposal at
https://github.com/microsoft/language-server-protocol/issues/788
- Author:
- Angelo ZERR
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedCodeLensCapabilities(Boolean dynamicRegistration) ExtendedCodeLensCapabilities(CodeLensKindCapabilities codeLensKind) ExtendedCodeLensCapabilities(CodeLensKindCapabilities codeLensKind, Boolean dynamicRegistration) -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecific capabilities for the `CodeLensKind` in the `textDocument/codeLens` request.inthashCode()voidsetCodeLensKind(CodeLensKindCapabilities codeLensKind) Specific capabilities for the `CodeLensKind` in the `textDocument/codeLens` request.toString()Methods inherited from class org.eclipse.lsp4j.DynamicRegistrationCapabilities
getDynamicRegistration, setDynamicRegistration
-
Constructor Details
-
ExtendedCodeLensCapabilities
public ExtendedCodeLensCapabilities() -
ExtendedCodeLensCapabilities
-
ExtendedCodeLensCapabilities
-
ExtendedCodeLensCapabilities
public ExtendedCodeLensCapabilities(CodeLensKindCapabilities codeLensKind, Boolean dynamicRegistration)
-
-
Method Details
-
getCodeLensKind
Specific capabilities for the `CodeLensKind` in the `textDocument/codeLens` request. -
setCodeLensKind
Specific capabilities for the `CodeLensKind` in the `textDocument/codeLens` request. -
toString
- Overrides:
toStringin classorg.eclipse.lsp4j.DynamicRegistrationCapabilities
-
equals
- Overrides:
equalsin classorg.eclipse.lsp4j.DynamicRegistrationCapabilities
-
hashCode
@Pure public int hashCode()- Overrides:
hashCodein classorg.eclipse.lsp4j.DynamicRegistrationCapabilities
-