public class ParameterInformation
extends java.lang.Object
| Constructor and Description |
|---|
ParameterInformation() |
ParameterInformation(java.lang.String label) |
ParameterInformation(java.lang.String label,
MarkupContent documentation) |
ParameterInformation(java.lang.String label,
java.lang.String documentation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,MarkupContent> |
getDocumentation()
The human-readable doc-comment of this signature.
|
java.lang.String |
getLabel()
The label of this signature.
|
int |
hashCode() |
void |
setDocumentation(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,MarkupContent> documentation)
The human-readable doc-comment of this signature.
|
void |
setDocumentation(MarkupContent documentation) |
void |
setDocumentation(java.lang.String documentation) |
void |
setLabel(java.lang.String label)
The label of this signature.
|
java.lang.String |
toString() |
public ParameterInformation()
public ParameterInformation(java.lang.String label)
public ParameterInformation(java.lang.String label,
java.lang.String documentation)
public ParameterInformation(java.lang.String label,
MarkupContent documentation)
@Pure public java.lang.String getLabel()
public void setLabel(java.lang.String label)
@Pure public org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,MarkupContent> getDocumentation()
public void setDocumentation(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,MarkupContent> documentation)
public void setDocumentation(java.lang.String documentation)
public void setDocumentation(MarkupContent documentation)
@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