- 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.
- getCode() - Method in class org.netbeans.api.lsp.Diagnostic
-
The code of the diagnostic.
- getCommand() - Method in class org.netbeans.api.lsp.CodeAction
-
Return the command of the action.
- getCommand() - Method in class org.netbeans.api.lsp.Command
-
The code of the command that should be invoked.
- 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.
- 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.
- 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.
- 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.
- getEdits() - Method in class org.netbeans.api.lsp.TextDocumentEdit
-
The list of edits.
- 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.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.
- 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.
- getKind() - Method in class org.netbeans.api.lsp.Completion
-
The kind of this completion.
- getLabel() - Method in class org.netbeans.api.lsp.Completion
-
The label of this completion.
- 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.
- 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.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.
- getTags() - Method in class org.netbeans.api.lsp.Completion
-
Tags for this completion.
- 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.
- getTriggerKind() - Method in class org.netbeans.api.lsp.Completion.Context
-
How the completion was triggered.