Package | Description |
---|---|
org.netbeans.api.lsp | |
org.netbeans.spi.lsp |
Modifier and Type | Method and Description |
---|---|
StructureElement |
CallHierarchyEntry.getElement()
Returns description of the call hierarchy element.
|
Constructor and Description |
---|
CallHierarchyEntry(StructureElement element,
String customData)
Constructs a new entry object.
|
Modifier and Type | Method and Description |
---|---|
StructureElement |
StructureProvider.Builder.build()
Builds structure element.
|
Modifier and Type | Method and Description |
---|---|
StructureProvider.Builder |
StructureProvider.Builder.children(StructureElement... children)
Adds sub element for this structure element.
|
static StructureProvider.Builder |
StructureProvider.copy(StructureElement from)
Create builder for
StructureElement instances from copy of input element. |