public class CodeActionDisabled
extends java.lang.Object
Clients should follow the following guidelines regarding disabled code actions:
reason in the editor.
Since 3.16.0
| Constructor and Description |
|---|
CodeActionDisabled() |
CodeActionDisabled(java.lang.String reason) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getReason()
Human readable description of why the code action is currently disabled.
|
int |
hashCode() |
void |
setReason(java.lang.String reason)
Human readable description of why the code action is currently disabled.
|
java.lang.String |
toString() |
public CodeActionDisabled()
public CodeActionDisabled(java.lang.String reason)
@Pure public java.lang.String getReason()
This is displayed in the code actions UI.
public void setReason(java.lang.String reason)
This is displayed in the code actions UI.
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object