public class CodeLensKindCapabilities extends Object
https://github.com/microsoft/language-server-protocol/issues/788| Constructor and Description |
|---|
CodeLensKindCapabilities() |
CodeLensKindCapabilities(List<String> valueSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getValueSet()
The codeLens kind values the client supports.
|
int |
hashCode() |
void |
setValueSet(List<String> valueSet)
The codeLens kind values the client supports.
|
String |
toString() |
public List<String> getValueSet()
public void setValueSet(List<String> valueSet)
Copyright © 2024. All rights reserved.