public static final class SignatureInformation.ParameterInformation extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDocumentation()
A human-readable string that represents a doc-comment.
|
String |
getLabel()
The label of this parameter information.
|
boolean |
isActive()
Returns true if the parameter is active.
|
@NonNull public String getLabel()
Note: a label should be a substring of its containing
signature label. Its intended use case is to highlight the parameter
label part in the SignatureInformation.label
.
public boolean isActive()
@CheckForNull public String getDocumentation()