| Package | Description |
|---|---|
| org.netbeans.api.lsp | |
| org.netbeans.spi.lsp |
| Modifier and Type | Method and Description |
|---|---|
CallHierarchyEntry |
CallHierarchyEntry.Call.getItem() |
| Constructor and Description |
|---|
Call(CallHierarchyEntry item,
List<Range> ranges) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<CallHierarchyEntry.Call>> |
CallHierarchyProvider.findIncomingCalls(CallHierarchyEntry callTarget)
Returns a list of locations that call into the passed call target.
|
CompletableFuture<List<CallHierarchyEntry.Call>> |
CallHierarchyProvider.findOutgoingCalls(CallHierarchyEntry callSource)
Returns a list of locations that are called from the passed source.
|