Package | Description |
---|---|
org.netbeans.api.lsp |
Modifier and Type | Method and Description |
---|---|
SignatureInformation.TriggerKind |
SignatureInformation.Context.getTriggerKind()
Action that caused signature help to be triggered.
|
static SignatureInformation.TriggerKind |
SignatureInformation.TriggerKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureInformation.TriggerKind[] |
SignatureInformation.TriggerKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Context(SignatureInformation.TriggerKind triggerKind,
Character triggerCharacter) |