- Call(CallHierarchyEntry, List<Range>) - Constructor for class org.netbeans.api.lsp.CallHierarchyEntry.Call
-
- CallHierarchyEntry - Class in org.netbeans.api.lsp
-
Represents an entry in a call hierarchy chain.
- CallHierarchyEntry(StructureElement, String) - Constructor for class org.netbeans.api.lsp.CallHierarchyEntry
-
Constructs a new entry object.
- CallHierarchyEntry.Call - Class in org.netbeans.api.lsp
-
This structure is used for two purposes.
- CallHierarchyProvider - Interface in org.netbeans.spi.lsp
-
Provides call hierarchy for the given location in a document.
- cancel() - Method in class org.netbeans.spi.lsp.ErrorProvider.Context
-
Cancel the computation.
- children(StructureElement...) - Method in class org.netbeans.spi.lsp.StructureProvider.Builder
-
Adds sub element for this structure element.
- children(List<StructureElement>) - Method in class org.netbeans.spi.lsp.StructureProvider.Builder
-
Sub elements of this structure element.
- CodeAction - Class in org.netbeans.api.lsp
-
An action over the code.
- CodeAction(String, Command) - Constructor for class org.netbeans.api.lsp.CodeAction
-
Construct the CodeAction
.
- CodeAction(String, WorkspaceEdit) - Constructor for class org.netbeans.api.lsp.CodeAction
-
Construct the CodeAction
.
- CodeAction(String, Command, WorkspaceEdit) - Constructor for class org.netbeans.api.lsp.CodeAction
-
Construct the CodeAction
.
- CodeAction(String, String, Command, WorkspaceEdit) - Constructor for class org.netbeans.api.lsp.CodeAction
-
Construct the CodeAction
.
- CodeActionProvider - Interface in org.netbeans.spi.lsp
-
A provider for code actions for a given document and range.
- CodeLens - Class in org.netbeans.api.lsp
-
Description of code lens from the LSP.
- CodeLens(Range, Command, Object) - Constructor for class org.netbeans.api.lsp.CodeLens
-
Create a new instance of CodeLens.
- codeLens(Document) - Method in interface org.netbeans.spi.lsp.CodeLensProvider
-
Provide CodeLens
for the given document.
- CodeLensProvider - Interface in org.netbeans.spi.lsp
-
A provider for code lens for a given document.
- collect(Document, int, Completion.Context, Consumer<Completion>) - Static method in class org.netbeans.api.lsp.Completion
-
Computes and collects completions for a document at a given offset.
- collect(Document, int, SignatureInformation.Context, Consumer<SignatureInformation>) - Static method in class org.netbeans.api.lsp.SignatureInformation
-
Computes and collects signature information for a document at a given offset.
- collectCompletions(Document, int, Completion.Context, Consumer<Completion>) - Method in interface org.netbeans.spi.lsp.CompletionCollector
-
Computes and collects completions for a document at a given offset.
- collectSignatureInformation(Document, int, SignatureInformation.Context, Consumer<SignatureInformation>) - Method in interface org.netbeans.spi.lsp.SignatureInformationCollector
-
Computes and collects signature information for a document at a given offset.
- Command - Class in org.netbeans.api.lsp
-
A command.
- Command(String, String) - Constructor for class org.netbeans.api.lsp.Command
-
Construct a new Command
.
- Command(String, String, List<Object>) - Constructor for class org.netbeans.api.lsp.Command
-
Construct a new Command
.
- command(Command) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
-
An optional command that is executed after inserting this completion.
- CommandProvider - Interface in org.netbeans.spi.lsp
-
A provider for commands that a language client can run in the language server.
- Completion - Class in org.netbeans.api.lsp
-
Represents a completion proposal.
- Completion.Context - Class in org.netbeans.api.lsp
-
Contains additional information about the context in which a request for
collections completions is triggered.
- Completion.Kind - Enum in org.netbeans.api.lsp
-
The kind of a completion.
- Completion.Tag - Enum in org.netbeans.api.lsp
-
Completion item tags are extra annotations that tweak the rendering of a
completion.
- Completion.TextFormat - Enum in org.netbeans.api.lsp
-
Defines whether the insert text in a completion item should be interpreted
as plain text or a snippet.
- Completion.TriggerKind - Enum in org.netbeans.api.lsp
-
Specifies how a completion was triggered.
- CompletionCollector - Interface in org.netbeans.spi.lsp
-
Interface for computing and collecting completions.
- CompletionCollector.Builder - Class in org.netbeans.spi.lsp
-
- computeCodeActions(Consumer<Exception>) - Method in interface org.netbeans.api.lsp.Diagnostic.LazyCodeActions
-
Compute the code actions for the Diagnostic
to which this instance
is attached.
- computeErrors(ErrorProvider.Context) - Method in interface org.netbeans.spi.lsp.ErrorProvider
-
Returns a list of ErrorDescription
s for the given Context
.
- Context(Completion.TriggerKind, Character) - Constructor for class org.netbeans.api.lsp.Completion.Context
-
- Context(SignatureInformation.TriggerKind, Character) - Constructor for class org.netbeans.api.lsp.SignatureInformation.Context
-
- Context(FileObject, ErrorProvider.Kind) - Constructor for class org.netbeans.spi.lsp.ErrorProvider.Context
-
Construct a new Context
.
- Context(FileObject, int, ErrorProvider.Kind) - Constructor for class org.netbeans.spi.lsp.ErrorProvider.Context
-
Construct a new Context
.
- copy(StructureElement) - Static method in interface org.netbeans.spi.lsp.StructureProvider
-
- create(Position, Position, String) - Static method in class org.netbeans.api.lsp.Diagnostic.Builder
-
Create a new Builder
- CreateFile(String) - Constructor for class org.netbeans.api.lsp.ResourceOperation.CreateFile
-
Create a new instance.
- createHyperlinkLocation(FileObject, int, int) - Static method in interface org.netbeans.spi.lsp.HyperlinkLocationProvider
-