| Package | Description |
|---|---|
| org.netbeans.api.lsp | |
| org.netbeans.spi.lsp |
| Modifier and Type | Method and Description |
|---|---|
StructureElement.Kind |
StructureElement.getKind()
Kind of this structure element.
|
static StructureElement.Kind |
StructureElement.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureElement.Kind[] |
StructureElement.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StructureProvider.Builder |
StructureProvider.Builder.kind(StructureElement.Kind name)
Kind of this structure element.
|
static StructureProvider.Builder |
StructureProvider.newBuilder(String name,
StructureElement.Kind kind)
Create builder for
StructureElement instances. |