Class SelectionRangeClientCapabilities
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.SelectionRangeClientCapabilities
-
Method Summary
Modifier and TypeMethodDescriptioncreate()booleanWhether implementation supports dynamic registration for selection range providers.inthashCode()setDynamicRegistration(Boolean dynamicRegistration)
-
Method Details
-
getDynamicRegistration
Whether implementation supports dynamic registration for selection range providers. If this is set to `true` the client supports the new `SelectionRangeRegistrationOptions` return value for the corresponding server capability as well. -
setDynamicRegistration
-
equals
-
hashCode
public int hashCode() -
create
-