- getActions() - Method in class org.netbeans.api.lsp.Diagnostic
-
The actions associated with the diagnostic.
- getAdditionalTextEdits() - Method in class org.netbeans.api.lsp.Completion
-
A list of additional text edits that are applied when selecting this
completion.
- getArguments() - Method in class org.netbeans.api.lsp.Command
-
The arguments of the command that should be invoked.
- getChildren() - Method in class org.netbeans.api.lsp.StructureElement
-
Children of this element, e.g.
- getCode() - Method in class org.netbeans.api.lsp.Diagnostic
-
The code of the diagnostic.
- getCodeActions(Document, Range, Lookup) - Method in interface org.netbeans.spi.lsp.CodeActionProvider
-
Computes code actions for a given document and range
- getCodeDescription() - Method in class org.netbeans.api.lsp.Diagnostic
-
The URL where the problem is described.
- getCommand() - Method in class org.netbeans.api.lsp.CodeAction
-
Return the command of the action.
- getCommand() - Method in class org.netbeans.api.lsp.CodeLens
-
Returns the command associated with the code lens.
- getCommand() - Method in class org.netbeans.api.lsp.Command
-
The code of the command that should be invoked.
- getCommand() - Method in class org.netbeans.api.lsp.Completion
-
An optional command that is executed after inserting this completion.
- getCommands() - Method in interface org.netbeans.spi.lsp.CommandProvider
-
Names of commands supported by this provider.
- getCommitCharacters() - Method in class org.netbeans.api.lsp.Completion
-
A list of characters that when pressed while this completion is
active will accept it first and then type that character.
- getContent(Document, int) - Static method in class org.netbeans.api.lsp.Hover
-
Resolves a hover information at the given document offset and returns its
content.
- getCustomData() - Method in class org.netbeans.api.lsp.CallHierarchyEntry
-
Returns an opaque, mime type specific data which shall be interpreted by the
CallHierarchyProvider
in subsequent calls.
- getData() - Method in class org.netbeans.api.lsp.CodeLens
-
Returns additional data associated with the lens, if any.
- getDescription() - Method in class org.netbeans.api.lsp.Diagnostic
-
The description of the diagnostic.
- getDetail() - Method in class org.netbeans.api.lsp.Completion
-
A human-readable string with additional information
about this completion, like type or symbol information.
- getDetail() - Method in class org.netbeans.api.lsp.StructureElement
-
More detail for this symbol, e.g the signature of a function.
- getDocument() - Method in class org.netbeans.api.lsp.TextDocumentEdit
-
The URI of the document being edited.
- getDocumentation() - Method in class org.netbeans.api.lsp.Completion
-
A human-readable string that represents a doc-comment.
- getDocumentation() - Method in class org.netbeans.api.lsp.SignatureInformation
-
A human-readable string that represents a doc-comment.
- getDocumentation() - Method in class org.netbeans.api.lsp.SignatureInformation.ParameterInformation
-
A human-readable string that represents a doc-comment.
- getDocumentChanges() - Method in class org.netbeans.api.lsp.WorkspaceEdit
-
The changes to documents in the workspace that need to be performed.
- getEdit() - Method in class org.netbeans.api.lsp.CodeAction
-
Return the edit associated with the action.
- getEdit() - Method in class org.netbeans.api.lsp.LazyCodeAction
-
- getEdits() - Method in class org.netbeans.api.lsp.TextDocumentEdit
-
The list of edits.
- getElement() - Method in class org.netbeans.api.lsp.CallHierarchyEntry
-
Returns description of the call hierarchy element.
- getEndOffset() - Method in class org.netbeans.api.lsp.HyperlinkLocation
-
The end offset of a hyperlink's target range.
- getEndOffset() - Method in class org.netbeans.api.lsp.Range
-
- getEndOffset() - Method in class org.netbeans.api.lsp.TextEdit
-
The end offset of the text document range to be manipulated.
- getEndPosition() - Method in class org.netbeans.api.lsp.Diagnostic
-
The end offset of the diagnostic.
- getExpandedEndOffset() - Method in class org.netbeans.api.lsp.StructureElement
-
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.
- getExpandedRange() - Method in class org.netbeans.api.lsp.StructureElement
-
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.
- getExpandedStartOffset() - Method in class org.netbeans.api.lsp.StructureElement
-
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.
- getFile() - Method in class org.netbeans.api.lsp.StructureElement
-
File which contains this element.
- getFileObject() - Method in class org.netbeans.api.lsp.HyperlinkLocation
-
Target file object of this hyperlink.
- getFilterText() - Method in class org.netbeans.api.lsp.Completion
-
A string that should be used when filtering a set of completions.
- getHoverContent(Document, int) - Method in interface org.netbeans.spi.lsp.HoverProvider
-
Resolves a hover information at the given document offset and returns its
content.
- getHyperlinkLocation(Document, int) - Method in interface org.netbeans.spi.lsp.HyperlinkLocationProvider
-
Resolves a hyperlink at the given document offset and returns its
target location.
- getHyperlinkTypeDefLocation(Document, int) - Method in interface org.netbeans.spi.lsp.HyperlinkTypeDefLocationProvider
-
Resolves a hyperlink at the given document offset and returns its
target type definition location.
- getInsertText() - Method in class org.netbeans.api.lsp.Completion
-
A string that should be inserted into a document when selecting
this completion.
- getInsertTextFormat() - Method in class org.netbeans.api.lsp.Completion
-
The format of the insert text.
- getItem() - Method in class org.netbeans.api.lsp.CallHierarchyEntry.Call
-
- getKind() - Method in class org.netbeans.api.lsp.CodeAction
-
Return the kind of the action.
- getKind() - Method in class org.netbeans.api.lsp.Completion
-
The kind of this completion.
- getKind() - Method in class org.netbeans.api.lsp.StructureElement
-
Kind of this structure element.
- getLabel() - Method in class org.netbeans.api.lsp.Completion
-
The label of this completion.
- getLabel() - Method in class org.netbeans.api.lsp.SignatureInformation
-
The label of this signature information.
- getLabel() - Method in class org.netbeans.api.lsp.SignatureInformation.ParameterInformation
-
The label of this parameter information.
- getLabelDescription() - Method in class org.netbeans.api.lsp.Completion
-
An optional string which is rendered less prominently after
label detail
.
- getLabelDetail() - Method in class org.netbeans.api.lsp.Completion
-
An optional string which is rendered less prominently directly after
label
, without any spacing.
- getLazyEdit() - Method in class org.netbeans.api.lsp.LazyCodeAction
-
Returns the the lazily computed edit associated with the action.
- getName() - Method in class org.netbeans.api.lsp.StructureElement
-
The name is displayed in the structure tree and other ui.
- getNewFile() - Method in class org.netbeans.api.lsp.ResourceOperation.CreateFile
-
The file that should be created
- getNewText() - Method in class org.netbeans.api.lsp.TextEdit
-
The string to be inserted.
- getOffset() - Method in interface org.netbeans.api.lsp.Position
-
- getOffset() - Method in class org.netbeans.spi.lsp.ErrorProvider.Context
-
The offset for which the errors/warnings should be computed.
- getParameters() - Method in class org.netbeans.api.lsp.SignatureInformation
-
The parameters of this signature.
- getRange() - Method in class org.netbeans.api.lsp.CodeLens
-
Returns the range of the code lens.
- getRanges() - Method in class org.netbeans.api.lsp.CallHierarchyEntry.Call
-
- getSelectionEndOffset() - Method in class org.netbeans.api.lsp.StructureElement
-
The end of offset range where this element should be selected and
revealed in document when selected.
- getSelectionRange() - Method in class org.netbeans.api.lsp.StructureElement
-
The selection range marks part of document that should be revealed
and selected for an element.
- getSelectionStartOffset() - Method in class org.netbeans.api.lsp.StructureElement
-
The start of offset range where this element should be selected and
revealed in document when selected in outline view.
- getSeverity() - Method in class org.netbeans.api.lsp.Diagnostic
-
The severity of the diagnostic.
- getSortText() - Method in class org.netbeans.api.lsp.Completion
-
A string that should be used when comparing this completion with other
completions.
- getStartOffset() - Method in class org.netbeans.api.lsp.HyperlinkLocation
-
The start offset of a hyperlink's target range.
- getStartOffset() - Method in class org.netbeans.api.lsp.Range
-
- getStartOffset() - Method in class org.netbeans.api.lsp.TextEdit
-
The start offset of the text document range to be manipulated.
- getStartPosition() - Method in class org.netbeans.api.lsp.Diagnostic
-
The start offset of the diagnostic.
- getStructure(Document) - Method in interface org.netbeans.spi.lsp.StructureProvider
-
Resolves a structure tree of symbols at the given document.
- getTags() - Method in class org.netbeans.api.lsp.Completion
-
Tags for this completion.
- getTags() - Method in class org.netbeans.api.lsp.StructureElement
-
Tags for this element.
- getTextEdit() - Method in class org.netbeans.api.lsp.Completion
-
An edit which is applied to a document when selecting this completion.
- getTitle() - Method in class org.netbeans.api.lsp.CodeAction
-
Return the name of the action.
- getTitle() - Method in class org.netbeans.api.lsp.Command
-
The title of the command.
- getTriggerCharacter() - Method in class org.netbeans.api.lsp.Completion.Context
-
The trigger character that has trigger code complete.
- getTriggerCharacter() - Method in class org.netbeans.api.lsp.SignatureInformation.Context
-
Character that caused signature help to be triggered.
- getTriggerKind() - Method in class org.netbeans.api.lsp.Completion.Context
-
How the completion was triggered.
- getTriggerKind() - Method in class org.netbeans.api.lsp.SignatureInformation.Context
-
Action that caused signature help to be triggered.