public class SignatureInformation
extends java.lang.Object
Constructor and Description |
---|
SignatureInformation() |
SignatureInformation(java.lang.String label) |
SignatureInformation(java.lang.String label,
MarkupContent documentation,
java.util.List<ParameterInformation> parameters) |
SignatureInformation(java.lang.String label,
java.lang.String documentation,
java.util.List<ParameterInformation> parameters) |
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.
|
java.util.List<ParameterInformation> |
getParameters()
The parameters 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.
|
void |
setParameters(java.util.List<ParameterInformation> parameters)
The parameters of this signature.
|
java.lang.String |
toString() |
public SignatureInformation()
public SignatureInformation(java.lang.String label)
public SignatureInformation(java.lang.String label, java.lang.String documentation, java.util.List<ParameterInformation> parameters)
public SignatureInformation(java.lang.String label, MarkupContent documentation, java.util.List<ParameterInformation> parameters)
@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.util.List<ParameterInformation> getParameters()
public void setParameters(java.util.List<ParameterInformation> parameters)
@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