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