Package | Description |
---|---|
org.netbeans.api.lsp |
Modifier and Type | Method and Description |
---|---|
Range |
StructureElement.getExpandedRange()
The expanded range is offset range that is typically used to determine if
the cursors inside the element to reveal in the element in the UI.
|
Range |
CodeLens.getRange()
Returns the range of the code lens.
|
Range |
StructureElement.getSelectionRange()
The selection range marks part of document that should be revealed
and selected for an element.
|
Constructor and Description |
---|
CodeLens(Range range,
Command command,
Object data)
Create a new instance of CodeLens.
|