Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

Abort - Static variable in class org.eclipse.lsp4j.FailureHandlingKind
Applying the workspace change is simply aborted if one of the changes provided fails.
applyEdit(ApplyWorkspaceEditParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
The workspace/applyEdit request is sent from the server to the client to modify resource on the client side.
ApplyWorkspaceEditParams - Class in org.eclipse.lsp4j
The workspace/applyEdit request is sent from the server to the client to modify resource on the client side.
ApplyWorkspaceEditParams() - Constructor for class org.eclipse.lsp4j.ApplyWorkspaceEditParams
 
ApplyWorkspaceEditParams(WorkspaceEdit) - Constructor for class org.eclipse.lsp4j.ApplyWorkspaceEditParams
 
ApplyWorkspaceEditParams(WorkspaceEdit, String) - Constructor for class org.eclipse.lsp4j.ApplyWorkspaceEditParams
 
ApplyWorkspaceEditResponse - Class in org.eclipse.lsp4j
 
ApplyWorkspaceEditResponse() - Constructor for class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
 
ApplyWorkspaceEditResponse(boolean) - Constructor for class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
 
asIterator(DocumentSymbol) - Static method in class org.eclipse.lsp4j.util.DocumentSymbols
Returns an unmodifiable iterator over the document symbols using the breath-first traversal.
Attribute - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 

B

BreadthFirstIterator(T) - Constructor for class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
 
Builder() - Constructor for class org.eclipse.lsp4j.launch.LSPLauncher.Builder
 

C

CallHierarchyCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the textDocument/callHierarchy.
CallHierarchyCapabilities() - Constructor for class org.eclipse.lsp4j.CallHierarchyCapabilities
 
CallHierarchyCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CallHierarchyCapabilities
 
CallHierarchyDirection - Enum in org.eclipse.lsp4j
The direction of a call hierarchy.
CallHierarchyIncomingCall - Class in org.eclipse.lsp4j
Represents an incoming call, e.g.
CallHierarchyIncomingCall() - Constructor for class org.eclipse.lsp4j.CallHierarchyIncomingCall
 
CallHierarchyIncomingCall(CallHierarchyItem, List<Range>) - Constructor for class org.eclipse.lsp4j.CallHierarchyIncomingCall
 
callHierarchyIncomingCalls(CallHierarchyIncomingCallsParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
Provide all incoming calls for an item, e.g all callers for a method.
CallHierarchyIncomingCallsParams - Class in org.eclipse.lsp4j
The parameter of a `callHierarchy/incomingCalls` request.
CallHierarchyIncomingCallsParams() - Constructor for class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
 
CallHierarchyIncomingCallsParams(CallHierarchyItem) - Constructor for class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
 
CallHierarchyItem - Class in org.eclipse.lsp4j
The result of a textDocument/callHierarchy request.
CallHierarchyItem() - Constructor for class org.eclipse.lsp4j.CallHierarchyItem
 
CallHierarchyOutgoingCall - Class in org.eclipse.lsp4j
Represents an outgoing call, e.g.
CallHierarchyOutgoingCall() - Constructor for class org.eclipse.lsp4j.CallHierarchyOutgoingCall
 
CallHierarchyOutgoingCall(CallHierarchyItem, List<Range>) - Constructor for class org.eclipse.lsp4j.CallHierarchyOutgoingCall
 
callHierarchyOutgoingCalls(CallHierarchyOutgoingCallsParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
Provide all outgoing calls for an item, e.g call calls to functions, methods, or constructors from the given item.
CallHierarchyOutgoingCallsParams - Class in org.eclipse.lsp4j
The parameter of a `callHierarchy/outgoingCalls` request.
CallHierarchyOutgoingCallsParams() - Constructor for class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
 
CallHierarchyOutgoingCallsParams(CallHierarchyItem) - Constructor for class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
 
CallHierarchyPrepareParams - Class in org.eclipse.lsp4j
The parameter of a `textDocument/prepareCallHierarchy` request.
CallHierarchyPrepareParams() - Constructor for class org.eclipse.lsp4j.CallHierarchyPrepareParams
 
Change - Static variable in class org.eclipse.lsp4j.WatchKind
Interested in change events
character - Variable in class org.eclipse.lsp4j.util.SemanticHighlightingTokens.Token
The zero-based character offset of the token in the line.
checkNotNull(T, String) - Static method in class org.eclipse.lsp4j.util.Preconditions
 
ClientCapabilities - Class in org.eclipse.lsp4j
`ClientCapabilities` now define capabilities for dynamic registration, workspace and text document features the client supports.
ClientCapabilities() - Constructor for class org.eclipse.lsp4j.ClientCapabilities
 
ClientCapabilities(WorkspaceClientCapabilities, TextDocumentClientCapabilities, Object) - Constructor for class org.eclipse.lsp4j.ClientCapabilities
 
ClientInfo - Class in org.eclipse.lsp4j
Information about the client Since 3.15.0
ClientInfo() - Constructor for class org.eclipse.lsp4j.ClientInfo
 
ClientInfo(String) - Constructor for class org.eclipse.lsp4j.ClientInfo
 
ClientInfo(String, String) - Constructor for class org.eclipse.lsp4j.ClientInfo
 
CodeAction - Class in org.eclipse.lsp4j
A code action represents a change that can be performed in code, e.g.
CodeAction() - Constructor for class org.eclipse.lsp4j.CodeAction
 
CodeAction(String) - Constructor for class org.eclipse.lsp4j.CodeAction
 
codeAction(CodeActionParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The code action request is sent from the client to the server to compute commands for a given text document and range.
CodeActionCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/codeAction`
CodeActionCapabilities() - Constructor for class org.eclipse.lsp4j.CodeActionCapabilities
 
CodeActionCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CodeActionCapabilities
 
CodeActionCapabilities(CodeActionLiteralSupportCapabilities, Boolean) - Constructor for class org.eclipse.lsp4j.CodeActionCapabilities
 
CodeActionCapabilities(CodeActionLiteralSupportCapabilities, Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.CodeActionCapabilities
 
CodeActionContext - Class in org.eclipse.lsp4j
Contains additional diagnostic information about the context in which a code action is run.
CodeActionContext() - Constructor for class org.eclipse.lsp4j.CodeActionContext
 
CodeActionContext(List<Diagnostic>) - Constructor for class org.eclipse.lsp4j.CodeActionContext
 
CodeActionContext(List<Diagnostic>, List<String>) - Constructor for class org.eclipse.lsp4j.CodeActionContext
 
CodeActionKind - Class in org.eclipse.lsp4j
The kind of a code action.
CodeActionKindCapabilities - Class in org.eclipse.lsp4j
 
CodeActionKindCapabilities() - Constructor for class org.eclipse.lsp4j.CodeActionKindCapabilities
 
CodeActionKindCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.CodeActionKindCapabilities
 
CodeActionLiteralSupportCapabilities - Class in org.eclipse.lsp4j
 
CodeActionLiteralSupportCapabilities() - Constructor for class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
 
CodeActionLiteralSupportCapabilities(CodeActionKindCapabilities) - Constructor for class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
 
CodeActionOptions - Class in org.eclipse.lsp4j
Code Action options.
CodeActionOptions() - Constructor for class org.eclipse.lsp4j.CodeActionOptions
 
CodeActionOptions(List<String>) - Constructor for class org.eclipse.lsp4j.CodeActionOptions
 
CodeActionParams - Class in org.eclipse.lsp4j
The code action request is sent from the client to the server to compute commands for a given text document and range.
CodeActionParams() - Constructor for class org.eclipse.lsp4j.CodeActionParams
 
CodeActionParams(TextDocumentIdentifier, Range, CodeActionContext) - Constructor for class org.eclipse.lsp4j.CodeActionParams
 
CodeActionResponseAdapter - Class in org.eclipse.lsp4j.adapters
 
CodeActionResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.CodeActionResponseAdapter
 
CodeLens - Class in org.eclipse.lsp4j
A code lens represents a command that should be shown along with source text, like the number of references, a way to run tests, etc.
CodeLens() - Constructor for class org.eclipse.lsp4j.CodeLens
 
CodeLens(Range) - Constructor for class org.eclipse.lsp4j.CodeLens
 
CodeLens(Range, Command, Object) - Constructor for class org.eclipse.lsp4j.CodeLens
 
codeLens(CodeLensParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The code lens request is sent from the client to the server to compute code lenses for a given text document.
CodeLensCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/codeLens`
CodeLensCapabilities() - Constructor for class org.eclipse.lsp4j.CodeLensCapabilities
 
CodeLensCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CodeLensCapabilities
 
CodeLensOptions - Class in org.eclipse.lsp4j
Code Lens options.
CodeLensOptions() - Constructor for class org.eclipse.lsp4j.CodeLensOptions
 
CodeLensOptions(boolean) - Constructor for class org.eclipse.lsp4j.CodeLensOptions
 
CodeLensParams - Class in org.eclipse.lsp4j
The code lens request is sent from the client to the server to compute code lenses for a given text document.
CodeLensParams() - Constructor for class org.eclipse.lsp4j.CodeLensParams
 
CodeLensParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.CodeLensParams
 
CodeLensRegistrationOptions - Class in org.eclipse.lsp4j
 
CodeLensRegistrationOptions() - Constructor for class org.eclipse.lsp4j.CodeLensRegistrationOptions
 
CodeLensRegistrationOptions(Boolean) - Constructor for class org.eclipse.lsp4j.CodeLensRegistrationOptions
 
Color - Class in org.eclipse.lsp4j
Represents a color in RGBA space.
Color() - Constructor for class org.eclipse.lsp4j.Color
 
Color(double, double, double, double) - Constructor for class org.eclipse.lsp4j.Color
 
ColorInformation - Class in org.eclipse.lsp4j
 
ColorInformation() - Constructor for class org.eclipse.lsp4j.ColorInformation
 
ColorInformation(Range, Color) - Constructor for class org.eclipse.lsp4j.ColorInformation
 
ColoringInformation - Class in org.eclipse.lsp4j
Deprecated.
ColoringInformation() - Constructor for class org.eclipse.lsp4j.ColoringInformation
Deprecated.
 
ColoringInformation(Range, List<Integer>) - Constructor for class org.eclipse.lsp4j.ColoringInformation
Deprecated.
 
ColoringParams - Class in org.eclipse.lsp4j
Deprecated.
ColoringParams() - Constructor for class org.eclipse.lsp4j.ColoringParams
Deprecated.
 
ColoringParams(String, List<? extends ColoringInformation>) - Constructor for class org.eclipse.lsp4j.ColoringParams
Deprecated.
 
ColoringStyle - Class in org.eclipse.lsp4j
ColoringStyle() - Constructor for class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
ColorPresentation - Class in org.eclipse.lsp4j
 
ColorPresentation() - Constructor for class org.eclipse.lsp4j.ColorPresentation
 
ColorPresentation(String) - Constructor for class org.eclipse.lsp4j.ColorPresentation
 
ColorPresentation(String, TextEdit) - Constructor for class org.eclipse.lsp4j.ColorPresentation
 
ColorPresentation(String, TextEdit, List<TextEdit>) - Constructor for class org.eclipse.lsp4j.ColorPresentation
 
colorPresentation(ColorPresentationParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The color presentation request is sent from the client to the server to obtain a list of presentations for a color value at a given location.
ColorPresentationParams - Class in org.eclipse.lsp4j
The color presentation request is sent from the client to the server to obtain a list of presentations for a color value at a given location.
ColorPresentationParams() - Constructor for class org.eclipse.lsp4j.ColorPresentationParams
 
ColorPresentationParams(TextDocumentIdentifier, Color, Range) - Constructor for class org.eclipse.lsp4j.ColorPresentationParams
 
ColorProviderCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/documentColor` and the `textDocument/colorPresentation` request.
ColorProviderCapabilities() - Constructor for class org.eclipse.lsp4j.ColorProviderCapabilities
 
ColorProviderCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.ColorProviderCapabilities
 
ColorProviderOptions - Class in org.eclipse.lsp4j
Color provider Options
ColorProviderOptions() - Constructor for class org.eclipse.lsp4j.ColorProviderOptions
 
Command - Class in org.eclipse.lsp4j
Represents a reference to a command.
Command() - Constructor for class org.eclipse.lsp4j.Command
 
Command(String, String) - Constructor for class org.eclipse.lsp4j.Command
 
Command(String, String, List<Object>) - Constructor for class org.eclipse.lsp4j.Command
 
Comment - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
Comment - Static variable in class org.eclipse.lsp4j.FoldingRangeKind
Folding range for a comment
Comment_doc - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
compareTo(SemanticHighlightingTokens.Token) - Method in class org.eclipse.lsp4j.util.SemanticHighlightingTokens.Token
 
completion(CompletionParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The Completion request is sent from the client to the server to compute completion items at a given cursor position.
CompletionCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/completion`
CompletionCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionCapabilities
 
CompletionCapabilities(CompletionItemCapabilities) - Constructor for class org.eclipse.lsp4j.CompletionCapabilities
 
CompletionCapabilities(CompletionItemKindCapabilities) - Constructor for class org.eclipse.lsp4j.CompletionCapabilities
 
CompletionCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CompletionCapabilities
 
CompletionContext - Class in org.eclipse.lsp4j
 
CompletionContext() - Constructor for class org.eclipse.lsp4j.CompletionContext
 
CompletionContext(CompletionTriggerKind) - Constructor for class org.eclipse.lsp4j.CompletionContext
 
CompletionContext(CompletionTriggerKind, String) - Constructor for class org.eclipse.lsp4j.CompletionContext
 
CompletionItem - Class in org.eclipse.lsp4j
The Completion request is sent from the client to the server to compute completion items at a given cursor position.
CompletionItem() - Constructor for class org.eclipse.lsp4j.CompletionItem
 
CompletionItem(String) - Constructor for class org.eclipse.lsp4j.CompletionItem
 
CompletionItemCapabilities - Class in org.eclipse.lsp4j
The client supports the following `CompletionItem` specific capabilities.
CompletionItemCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionItemCapabilities
 
CompletionItemCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.CompletionItemCapabilities
 
CompletionItemKind - Enum in org.eclipse.lsp4j
The kind of a completion entry.
CompletionItemKindCapabilities - Class in org.eclipse.lsp4j
 
CompletionItemKindCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionItemKindCapabilities
 
CompletionItemKindCapabilities(List<CompletionItemKind>) - Constructor for class org.eclipse.lsp4j.CompletionItemKindCapabilities
 
CompletionItemTag - Enum in org.eclipse.lsp4j
Completion item tags are extra annotations that tweak the rendering of a completion item.
CompletionItemTagSupportCapabilities - Class in org.eclipse.lsp4j
 
CompletionItemTagSupportCapabilities() - Constructor for class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
 
CompletionItemTagSupportCapabilities(List<CompletionItemTag>) - Constructor for class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
 
CompletionList - Class in org.eclipse.lsp4j
Represents a collection of completion items to be presented in the editor.
CompletionList() - Constructor for class org.eclipse.lsp4j.CompletionList
 
CompletionList(List<CompletionItem>) - Constructor for class org.eclipse.lsp4j.CompletionList
 
CompletionList(boolean, List<CompletionItem>) - Constructor for class org.eclipse.lsp4j.CompletionList
 
CompletionOptions - Class in org.eclipse.lsp4j
Completion options.
CompletionOptions() - Constructor for class org.eclipse.lsp4j.CompletionOptions
 
CompletionOptions(Boolean, List<String>) - Constructor for class org.eclipse.lsp4j.CompletionOptions
 
CompletionParams - Class in org.eclipse.lsp4j
 
CompletionParams() - Constructor for class org.eclipse.lsp4j.CompletionParams
 
CompletionParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.CompletionParams
 
CompletionParams(TextDocumentIdentifier, Position, CompletionContext) - Constructor for class org.eclipse.lsp4j.CompletionParams
 
CompletionRegistrationOptions - Class in org.eclipse.lsp4j
 
CompletionRegistrationOptions() - Constructor for class org.eclipse.lsp4j.CompletionRegistrationOptions
 
CompletionRegistrationOptions(List<String>, Boolean) - Constructor for class org.eclipse.lsp4j.CompletionRegistrationOptions
 
CompletionTriggerKind - Enum in org.eclipse.lsp4j
How a completion was triggered
configuration(ConfigurationParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
The workspace/configuration request is sent from the server to the client to fetch configuration settings from the client.
ConfigurationItem - Class in org.eclipse.lsp4j
A ConfigurationItem consist of the configuration section to ask for and an additional scope URI.
ConfigurationItem() - Constructor for class org.eclipse.lsp4j.ConfigurationItem
 
ConfigurationParams - Class in org.eclipse.lsp4j
The workspace/configuration request is sent from the server to the client to fetch configuration settings from the client.
ConfigurationParams() - Constructor for class org.eclipse.lsp4j.ConfigurationParams
 
ConfigurationParams(List<ConfigurationItem>) - Constructor for class org.eclipse.lsp4j.ConfigurationParams
 
connect(LanguageClient) - Method in interface org.eclipse.lsp4j.services.LanguageClientAware
 
Constant - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
Constructor - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
containsPosition(Range, Position) - Static method in class org.eclipse.lsp4j.util.Ranges
true if the position is either inside or on the border of the range.
containsRange(Range, Range) - Static method in class org.eclipse.lsp4j.util.Ranges
true if the smaller range is inside or equal to the bigger range.
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.CodeActionResponseAdapter
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.DocumentChangeListAdapter
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.DocumentSymbolResponseAdapter
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter.Factory
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter.Factory
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.LocationLinkListAdapter
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.PrepareRenameResponseAdapter
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.ResourceChangeListAdapter
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.ResourceOperationTypeAdapter
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter.Factory
 
create(Gson, TypeToken<T>) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter.Factory
 
Create - Static variable in class org.eclipse.lsp4j.ResourceOperationKind
Supports creating new files and folders.
Create - Static variable in class org.eclipse.lsp4j.WatchKind
Interested in create events.
createClientLauncher(LanguageClient, InputStream, OutputStream) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
Create a new Launcher for a language client and an input and output stream.
createClientLauncher(LanguageClient, InputStream, OutputStream, boolean, PrintWriter) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
Create a new Launcher for a language client and an input and output stream, and set up message validation and tracing.
createClientLauncher(LanguageClient, InputStream, OutputStream, ExecutorService, Function<MessageConsumer, MessageConsumer>) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
Create a new Launcher for a language client and an input and output stream.
CreateFile - Class in org.eclipse.lsp4j
Create file operation
CreateFile() - Constructor for class org.eclipse.lsp4j.CreateFile
 
CreateFile(String) - Constructor for class org.eclipse.lsp4j.CreateFile
 
CreateFile(String, CreateFileOptions) - Constructor for class org.eclipse.lsp4j.CreateFile
 
CreateFileOptions - Class in org.eclipse.lsp4j
Options to create a file.
CreateFileOptions() - Constructor for class org.eclipse.lsp4j.CreateFileOptions
 
CreateFileOptions(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.CreateFileOptions
 
createServerLauncher(LanguageServer, InputStream, OutputStream) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
Create a new Launcher for a language server and an input and output stream.
createServerLauncher(LanguageServer, InputStream, OutputStream, boolean, PrintWriter) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
Create a new Launcher for a language server and an input and output stream, and set up message validation and tracing.
createServerLauncher(LanguageServer, InputStream, OutputStream, ExecutorService, Function<MessageConsumer, MessageConsumer>) - Static method in class org.eclipse.lsp4j.launch.LSPLauncher
Create a new Launcher for a language server and an input and output stream.

D

Debug_token - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
declaration(DeclarationParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The go to declaration request is sent from the client to the server to resolve the declaration location of a symbol at a given text document position.
DeclarationCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/declaration` Since 3.14.0
DeclarationCapabilities() - Constructor for class org.eclipse.lsp4j.DeclarationCapabilities
 
DeclarationCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DeclarationCapabilities
 
DeclarationCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DeclarationCapabilities
 
DeclarationParams - Class in org.eclipse.lsp4j
The go to declaration request is sent from the client to the server to resolve the declaration location of a symbol at a given text document position.
DeclarationParams() - Constructor for class org.eclipse.lsp4j.DeclarationParams
 
DeclarationParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.DeclarationParams
 
decode(String) - Static method in class org.eclipse.lsp4j.util.SemanticHighlightingTokens
Decodes the tokens string and returns with a list of semantic highlighting tokens.
definition(DefinitionParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The goto definition request is sent from the client to the server to resolve the definition location of a symbol at a given text document position.
DefinitionCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/definition` Since 3.14.0
DefinitionCapabilities() - Constructor for class org.eclipse.lsp4j.DefinitionCapabilities
 
DefinitionCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DefinitionCapabilities
 
DefinitionCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DefinitionCapabilities
 
DefinitionParams - Class in org.eclipse.lsp4j
The go to definition request is sent from the client to the server to resolve the definition location of a symbol at a given text document position.
DefinitionParams() - Constructor for class org.eclipse.lsp4j.DefinitionParams
 
DefinitionParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.DefinitionParams
 
Delete - Static variable in class org.eclipse.lsp4j.ResourceOperationKind
Supports deleting existing files and folders.
Delete - Static variable in class org.eclipse.lsp4j.WatchKind
Interested in delete events
DeleteFile - Class in org.eclipse.lsp4j
Delete file operation
DeleteFile() - Constructor for class org.eclipse.lsp4j.DeleteFile
 
DeleteFile(String) - Constructor for class org.eclipse.lsp4j.DeleteFile
 
DeleteFile(String, DeleteFileOptions) - Constructor for class org.eclipse.lsp4j.DeleteFile
 
DeleteFileOptions - Class in org.eclipse.lsp4j
Delete file options
DeleteFileOptions() - Constructor for class org.eclipse.lsp4j.DeleteFileOptions
 
DeleteFileOptions(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DeleteFileOptions
 
Diagnostic - Class in org.eclipse.lsp4j
Represents a diagnostic, such as a compiler error or warning.
Diagnostic() - Constructor for class org.eclipse.lsp4j.Diagnostic
 
Diagnostic(Range, String) - Constructor for class org.eclipse.lsp4j.Diagnostic
 
Diagnostic(Range, String, DiagnosticSeverity, String) - Constructor for class org.eclipse.lsp4j.Diagnostic
 
Diagnostic(Range, String, DiagnosticSeverity, String, String) - Constructor for class org.eclipse.lsp4j.Diagnostic
 
DiagnosticRelatedInformation - Class in org.eclipse.lsp4j
Represents a related message and source code location for a diagnostic.
DiagnosticRelatedInformation() - Constructor for class org.eclipse.lsp4j.DiagnosticRelatedInformation
 
DiagnosticRelatedInformation(Location, String) - Constructor for class org.eclipse.lsp4j.DiagnosticRelatedInformation
 
DiagnosticSeverity - Enum in org.eclipse.lsp4j
 
DiagnosticsTagSupport - Class in org.eclipse.lsp4j
 
DiagnosticsTagSupport() - Constructor for class org.eclipse.lsp4j.DiagnosticsTagSupport
 
DiagnosticsTagSupport(List<DiagnosticTag>) - Constructor for class org.eclipse.lsp4j.DiagnosticsTagSupport
 
DiagnosticTag - Enum in org.eclipse.lsp4j
The diagnostic tags.
didChange(DidChangeTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document change notification is sent from the client to the server to signal changes to a text document.
didChangeConfiguration(DidChangeConfigurationParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
A notification sent from the client to the server to signal the change of configuration settings.
DidChangeConfigurationCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `workspace/didChangeConfiguration` notification.
DidChangeConfigurationCapabilities() - Constructor for class org.eclipse.lsp4j.DidChangeConfigurationCapabilities
 
DidChangeConfigurationCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DidChangeConfigurationCapabilities
 
DidChangeConfigurationParams - Class in org.eclipse.lsp4j
A notification sent from the client to the server to signal the change of configuration settings.
DidChangeConfigurationParams() - Constructor for class org.eclipse.lsp4j.DidChangeConfigurationParams
 
DidChangeConfigurationParams(Object) - Constructor for class org.eclipse.lsp4j.DidChangeConfigurationParams
 
DidChangeTextDocumentParams - Class in org.eclipse.lsp4j
The document change notification is sent from the client to the server to signal changes to a text document.
DidChangeTextDocumentParams() - Constructor for class org.eclipse.lsp4j.DidChangeTextDocumentParams
 
DidChangeTextDocumentParams(VersionedTextDocumentIdentifier, List<TextDocumentContentChangeEvent>) - Constructor for class org.eclipse.lsp4j.DidChangeTextDocumentParams
 
DidChangeTextDocumentParams(VersionedTextDocumentIdentifier, String, List<TextDocumentContentChangeEvent>) - Constructor for class org.eclipse.lsp4j.DidChangeTextDocumentParams
Deprecated.
didChangeWatchedFiles(DidChangeWatchedFilesParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
The watched files notification is sent from the client to the server when the client detects changes to file watched by the language client.
DidChangeWatchedFilesCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `workspace/didChangeWatchedFiles` notification.
DidChangeWatchedFilesCapabilities() - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
 
DidChangeWatchedFilesCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
 
DidChangeWatchedFilesParams - Class in org.eclipse.lsp4j
The watched files notification is sent from the client to the server when the client detects changes to file watched by the language client.
DidChangeWatchedFilesParams() - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesParams
 
DidChangeWatchedFilesParams(List<FileEvent>) - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesParams
 
DidChangeWatchedFilesRegistrationOptions - Class in org.eclipse.lsp4j
 
DidChangeWatchedFilesRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
 
DidChangeWatchedFilesRegistrationOptions(List<FileSystemWatcher>) - Constructor for class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
 
didChangeWorkspaceFolders(DidChangeWorkspaceFoldersParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
The workspace/didChangeWorkspaceFolders notification is sent from the client to the server to inform the server about workspace folder configuration changes.
DidChangeWorkspaceFoldersParams - Class in org.eclipse.lsp4j
The workspace/didChangeWorkspaceFolders notification is sent from the client to the server to inform the server about workspace folder configuration changes.
DidChangeWorkspaceFoldersParams() - Constructor for class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
 
DidChangeWorkspaceFoldersParams(WorkspaceFoldersChangeEvent) - Constructor for class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
 
didClose(DidCloseTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document close notification is sent from the client to the server when the document got closed in the client.
DidCloseTextDocumentParams - Class in org.eclipse.lsp4j
The document close notification is sent from the client to the server when the document got closed in the client.
DidCloseTextDocumentParams() - Constructor for class org.eclipse.lsp4j.DidCloseTextDocumentParams
 
DidCloseTextDocumentParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DidCloseTextDocumentParams
 
didOpen(DidOpenTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document open notification is sent from the client to the server to signal newly opened text documents.
DidOpenTextDocumentParams - Class in org.eclipse.lsp4j
The document open notification is sent from the client to the server to signal newly opened text documents.
DidOpenTextDocumentParams() - Constructor for class org.eclipse.lsp4j.DidOpenTextDocumentParams
 
DidOpenTextDocumentParams(TextDocumentItem) - Constructor for class org.eclipse.lsp4j.DidOpenTextDocumentParams
 
DidOpenTextDocumentParams(TextDocumentItem, String) - Constructor for class org.eclipse.lsp4j.DidOpenTextDocumentParams
Deprecated.
didSave(DidSaveTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document save notification is sent from the client to the server when the document for saved in the client.
DidSaveTextDocumentParams - Class in org.eclipse.lsp4j
The document save notification is sent from the client to the server when the document was saved in the client.
DidSaveTextDocumentParams() - Constructor for class org.eclipse.lsp4j.DidSaveTextDocumentParams
 
DidSaveTextDocumentParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DidSaveTextDocumentParams
 
DidSaveTextDocumentParams(TextDocumentIdentifier, String) - Constructor for class org.eclipse.lsp4j.DidSaveTextDocumentParams
 
DocumentChangeListAdapter - Class in org.eclipse.lsp4j.adapters
 
DocumentChangeListAdapter() - Constructor for class org.eclipse.lsp4j.adapters.DocumentChangeListAdapter
 
documentColor(DocumentColorParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document color request is sent from the client to the server to list all color references found in a given text document.
DocumentColorParams - Class in org.eclipse.lsp4j
The document color request is sent from the client to the server to list all color references found in a given text document.
DocumentColorParams() - Constructor for class org.eclipse.lsp4j.DocumentColorParams
 
DocumentColorParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DocumentColorParams
 
DocumentFilter - Class in org.eclipse.lsp4j
A document filter denotes a document through properties like language, schema or pattern.
DocumentFilter() - Constructor for class org.eclipse.lsp4j.DocumentFilter
 
DocumentFilter(String, String, String) - Constructor for class org.eclipse.lsp4j.DocumentFilter
 
DocumentFormattingParams - Class in org.eclipse.lsp4j
The document formatting request is sent from the server to the client to format a whole document.
DocumentFormattingParams() - Constructor for class org.eclipse.lsp4j.DocumentFormattingParams
 
DocumentFormattingParams(TextDocumentIdentifier, FormattingOptions) - Constructor for class org.eclipse.lsp4j.DocumentFormattingParams
 
DocumentHighlight - Class in org.eclipse.lsp4j
A document highlight is a range inside a text document which deserves special attention.
DocumentHighlight() - Constructor for class org.eclipse.lsp4j.DocumentHighlight
 
DocumentHighlight(Range) - Constructor for class org.eclipse.lsp4j.DocumentHighlight
 
DocumentHighlight(Range, DocumentHighlightKind) - Constructor for class org.eclipse.lsp4j.DocumentHighlight
 
documentHighlight(DocumentHighlightParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document highlight request is sent from the client to the server to to resolve a document highlights for a given text document position.
DocumentHighlightCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/documentHighlight`
DocumentHighlightCapabilities() - Constructor for class org.eclipse.lsp4j.DocumentHighlightCapabilities
 
DocumentHighlightCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DocumentHighlightCapabilities
 
DocumentHighlightKind - Enum in org.eclipse.lsp4j
A document highlight kind.
DocumentHighlightParams - Class in org.eclipse.lsp4j
The document highlight request is sent from the client to the server to resolve a document highlights for a given text document position.
DocumentHighlightParams() - Constructor for class org.eclipse.lsp4j.DocumentHighlightParams
 
DocumentHighlightParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.DocumentHighlightParams
 
DocumentLink - Class in org.eclipse.lsp4j
A document link is a range in a text document that links to an internal or external resource, like another text document or a web site.
DocumentLink() - Constructor for class org.eclipse.lsp4j.DocumentLink
 
DocumentLink(Range) - Constructor for class org.eclipse.lsp4j.DocumentLink
 
DocumentLink(Range, String) - Constructor for class org.eclipse.lsp4j.DocumentLink
 
DocumentLink(Range, String, Object) - Constructor for class org.eclipse.lsp4j.DocumentLink
 
DocumentLink(Range, String, Object, String) - Constructor for class org.eclipse.lsp4j.DocumentLink
 
documentLink(DocumentLinkParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document links request is sent from the client to the server to request the location of links in a document.
DocumentLinkCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/documentLink`
DocumentLinkCapabilities() - Constructor for class org.eclipse.lsp4j.DocumentLinkCapabilities
 
DocumentLinkCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DocumentLinkCapabilities
 
DocumentLinkCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DocumentLinkCapabilities
 
DocumentLinkOptions - Class in org.eclipse.lsp4j
Document link options
DocumentLinkOptions() - Constructor for class org.eclipse.lsp4j.DocumentLinkOptions
 
DocumentLinkOptions(Boolean) - Constructor for class org.eclipse.lsp4j.DocumentLinkOptions
 
DocumentLinkParams - Class in org.eclipse.lsp4j
The document links request is sent from the client to the server to request the location of links in a document.
DocumentLinkParams() - Constructor for class org.eclipse.lsp4j.DocumentLinkParams
 
DocumentLinkParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DocumentLinkParams
 
DocumentLinkRegistrationOptions - Class in org.eclipse.lsp4j
 
DocumentLinkRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
 
DocumentLinkRegistrationOptions(Boolean) - Constructor for class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
 
documentLinkResolve(DocumentLink) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document link resolve request is sent from the client to the server to resolve the target of a given document link.
DocumentOnTypeFormattingOptions - Class in org.eclipse.lsp4j
Format document on type options
DocumentOnTypeFormattingOptions() - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
 
DocumentOnTypeFormattingOptions(String) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
 
DocumentOnTypeFormattingOptions(String, List<String>) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
 
DocumentOnTypeFormattingParams - Class in org.eclipse.lsp4j
The document on type formatting request is sent from the client to the server to format parts of the document during typing.
DocumentOnTypeFormattingParams() - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
 
DocumentOnTypeFormattingParams(TextDocumentIdentifier, FormattingOptions, Position, String) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
 
DocumentOnTypeFormattingParams(Position, String) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
Deprecated.
DocumentOnTypeFormattingRegistrationOptions - Class in org.eclipse.lsp4j
 
DocumentOnTypeFormattingRegistrationOptions() - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
 
DocumentOnTypeFormattingRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
 
DocumentOnTypeFormattingRegistrationOptions(String, List<String>) - Constructor for class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
 
DocumentRangeFormattingParams - Class in org.eclipse.lsp4j
The document range formatting request is sent from the client to the server to format a given range in a document.
DocumentRangeFormattingParams() - Constructor for class org.eclipse.lsp4j.DocumentRangeFormattingParams
 
DocumentRangeFormattingParams(TextDocumentIdentifier, FormattingOptions, Range) - Constructor for class org.eclipse.lsp4j.DocumentRangeFormattingParams
 
DocumentRangeFormattingParams(Range) - Constructor for class org.eclipse.lsp4j.DocumentRangeFormattingParams
Deprecated.
DocumentSymbol - Class in org.eclipse.lsp4j
Represents programming constructs like variables, classes, interfaces etc.
DocumentSymbol() - Constructor for class org.eclipse.lsp4j.DocumentSymbol
 
DocumentSymbol(String, SymbolKind, Range, Range) - Constructor for class org.eclipse.lsp4j.DocumentSymbol
 
DocumentSymbol(String, SymbolKind, Range, Range, String) - Constructor for class org.eclipse.lsp4j.DocumentSymbol
 
DocumentSymbol(String, SymbolKind, Range, Range, String, List<DocumentSymbol>) - Constructor for class org.eclipse.lsp4j.DocumentSymbol
 
documentSymbol(DocumentSymbolParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document symbol request is sent from the client to the server to list all symbols found in a given text document.
DocumentSymbolCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/documentSymbol`
DocumentSymbolCapabilities() - Constructor for class org.eclipse.lsp4j.DocumentSymbolCapabilities
 
DocumentSymbolCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DocumentSymbolCapabilities
 
DocumentSymbolCapabilities(SymbolKindCapabilities) - Constructor for class org.eclipse.lsp4j.DocumentSymbolCapabilities
 
DocumentSymbolCapabilities(SymbolKindCapabilities, Boolean) - Constructor for class org.eclipse.lsp4j.DocumentSymbolCapabilities
 
DocumentSymbolCapabilities(SymbolKindCapabilities, Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.DocumentSymbolCapabilities
 
DocumentSymbolIterator(DocumentSymbol) - Constructor for class org.eclipse.lsp4j.util.DocumentSymbols.DocumentSymbolIterator
 
DocumentSymbolParams - Class in org.eclipse.lsp4j
The document symbol request is sent from the client to the server to list all symbols found in a given text document.
DocumentSymbolParams() - Constructor for class org.eclipse.lsp4j.DocumentSymbolParams
 
DocumentSymbolParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.DocumentSymbolParams
 
DocumentSymbolResponseAdapter - Class in org.eclipse.lsp4j.adapters
 
DocumentSymbolResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.DocumentSymbolResponseAdapter
 
DocumentSymbols - Class in org.eclipse.lsp4j.util
Utilities for document symbols.
DocumentSymbols.BreadthFirstIterator<T> - Class in org.eclipse.lsp4j.util
 
DocumentSymbols.DocumentSymbolIterator - Class in org.eclipse.lsp4j.util
 
DynamicRegistrationCapabilities - Class in org.eclipse.lsp4j
 
DynamicRegistrationCapabilities() - Constructor for class org.eclipse.lsp4j.DynamicRegistrationCapabilities
 
DynamicRegistrationCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.DynamicRegistrationCapabilities
 

E

enableNullChecks(boolean) - Static method in class org.eclipse.lsp4j.util.Preconditions
 
encode(Iterable<? extends SemanticHighlightingTokens.Token>) - Static method in class org.eclipse.lsp4j.util.SemanticHighlightingTokens
Encodes the iterable of tokens into a compact, base64 string.
Entity - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
equals(Object) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
 
equals(Object) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
 
equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
 
equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
 
equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyItem
 
equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
 
equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
 
equals(Object) - Method in class org.eclipse.lsp4j.CallHierarchyPrepareParams
 
equals(Object) - Method in class org.eclipse.lsp4j.ClientCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.ClientInfo
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeAction
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeActionContext
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeActionOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeActionParams
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeLens
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeLensCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeLensOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeLensParams
 
equals(Object) - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.Color
 
equals(Object) - Method in class org.eclipse.lsp4j.ColorInformation
 
equals(Object) - Method in class org.eclipse.lsp4j.ColoringInformation
Deprecated.
 
equals(Object) - Method in class org.eclipse.lsp4j.ColoringParams
Deprecated.
 
equals(Object) - Method in class org.eclipse.lsp4j.ColorPresentation
 
equals(Object) - Method in class org.eclipse.lsp4j.ColorPresentationParams
 
equals(Object) - Method in class org.eclipse.lsp4j.ColorProviderCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.ColorProviderOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.Command
 
equals(Object) - Method in class org.eclipse.lsp4j.CompletionCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.CompletionContext
 
equals(Object) - Method in class org.eclipse.lsp4j.CompletionItem
 
equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.CompletionList
 
equals(Object) - Method in class org.eclipse.lsp4j.CompletionOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.CompletionParams
 
equals(Object) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.ConfigurationItem
 
equals(Object) - Method in class org.eclipse.lsp4j.ConfigurationParams
 
equals(Object) - Method in class org.eclipse.lsp4j.CreateFile
 
equals(Object) - Method in class org.eclipse.lsp4j.CreateFileOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.DeclarationCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.DeclarationParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DefinitionCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.DefinitionParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DeleteFile
 
equals(Object) - Method in class org.eclipse.lsp4j.DeleteFileOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.Diagnostic
 
equals(Object) - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
 
equals(Object) - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
 
equals(Object) - Method in class org.eclipse.lsp4j.DidChangeConfigurationCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentColorParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentFilter
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentHighlight
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentHighlightCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentHighlightParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentLink
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentLinkOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentLinkParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentSymbol
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.DocumentSymbolParams
 
equals(Object) - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.ExecuteCommandCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
 
equals(Object) - Method in class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.FileEvent
 
equals(Object) - Method in class org.eclipse.lsp4j.FileSystemWatcher
 
equals(Object) - Method in class org.eclipse.lsp4j.FoldingRange
 
equals(Object) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.FoldingRangeProviderOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
 
equals(Object) - Method in class org.eclipse.lsp4j.FormattingCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.Hover
 
equals(Object) - Method in class org.eclipse.lsp4j.HoverCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.HoverParams
 
equals(Object) - Method in class org.eclipse.lsp4j.ImplementationCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.ImplementationParams
 
equals(Object) - Method in class org.eclipse.lsp4j.InitializedParams
 
equals(Object) - Method in class org.eclipse.lsp4j.InitializeError
 
equals(Object) - Method in class org.eclipse.lsp4j.InitializeParams
 
equals(Object) - Method in class org.eclipse.lsp4j.InitializeResult
 
equals(Object) - Method in class org.eclipse.lsp4j.Location
 
equals(Object) - Method in class org.eclipse.lsp4j.LocationLink
 
equals(Object) - Method in class org.eclipse.lsp4j.MarkedString
Deprecated.
 
equals(Object) - Method in class org.eclipse.lsp4j.MarkupContent
 
equals(Object) - Method in class org.eclipse.lsp4j.MessageActionItem
 
equals(Object) - Method in class org.eclipse.lsp4j.MessageParams
 
equals(Object) - Method in class org.eclipse.lsp4j.OnTypeFormattingCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.ParameterInformation
 
equals(Object) - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.Position
 
equals(Object) - Method in class org.eclipse.lsp4j.PrepareRenameParams
 
equals(Object) - Method in class org.eclipse.lsp4j.PrepareRenameResult
 
equals(Object) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
 
equals(Object) - Method in class org.eclipse.lsp4j.Range
 
equals(Object) - Method in class org.eclipse.lsp4j.RangeFormattingCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.ReferenceContext
 
equals(Object) - Method in class org.eclipse.lsp4j.ReferenceParams
 
equals(Object) - Method in class org.eclipse.lsp4j.ReferencesCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.Registration
 
equals(Object) - Method in class org.eclipse.lsp4j.RegistrationParams
 
equals(Object) - Method in class org.eclipse.lsp4j.RenameCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.RenameFile
 
equals(Object) - Method in class org.eclipse.lsp4j.RenameFileOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.RenameOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.RenameParams
 
equals(Object) - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
 
equals(Object) - Method in class org.eclipse.lsp4j.ResourceChange
Deprecated.
 
equals(Object) - Method in class org.eclipse.lsp4j.ResourceOperation
 
equals(Object) - Method in class org.eclipse.lsp4j.SaveOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.SelectionRange
 
equals(Object) - Method in class org.eclipse.lsp4j.SelectionRangeCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.SelectionRangeParams
 
equals(Object) - Method in class org.eclipse.lsp4j.SemanticHighlightingCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
 
equals(Object) - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
 
equals(Object) - Method in class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.ServerInfo
 
equals(Object) - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
 
equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelp
 
equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelpContext
 
equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelpOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelpParams
 
equals(Object) - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.SignatureInformation
 
equals(Object) - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.SymbolCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.SymbolInformation
 
equals(Object) - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
 
equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentEdit
 
equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
 
equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentItem
 
equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
 
equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.TextEdit
 
equals(Object) - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.TypeDefinitionParams
 
equals(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
 
equals(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyParams
 
equals(Object) - Method in class org.eclipse.lsp4j.Unregistration
 
equals(Object) - Method in class org.eclipse.lsp4j.UnregistrationParams
 
equals(Object) - Method in class org.eclipse.lsp4j.util.SemanticHighlightingTokens.Token
 
equals(Object) - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
 
equals(Object) - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
 
equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceEdit
 
equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceFolder
 
equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
 
equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
 
equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
 
equals(Object) - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
 
Error_token - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
executeCommand(ExecuteCommandParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
The workspace/executeCommand request is sent from the client to the server to trigger command execution on the server.
ExecuteCommandCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `workspace/executeCommand` request.
ExecuteCommandCapabilities() - Constructor for class org.eclipse.lsp4j.ExecuteCommandCapabilities
 
ExecuteCommandCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.ExecuteCommandCapabilities
 
ExecuteCommandOptions - Class in org.eclipse.lsp4j
Execute command options.
ExecuteCommandOptions() - Constructor for class org.eclipse.lsp4j.ExecuteCommandOptions
 
ExecuteCommandOptions(List<String>) - Constructor for class org.eclipse.lsp4j.ExecuteCommandOptions
 
ExecuteCommandParams - Class in org.eclipse.lsp4j
The workspace/executeCommand request is sent from the client to the server to trigger command execution on the server.
ExecuteCommandParams() - Constructor for class org.eclipse.lsp4j.ExecuteCommandParams
 
ExecuteCommandParams(String, List<Object>) - Constructor for class org.eclipse.lsp4j.ExecuteCommandParams
 
ExecuteCommandRegistrationOptions - Class in org.eclipse.lsp4j
Execute command registration options.
ExecuteCommandRegistrationOptions() - Constructor for class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
 
ExecuteCommandRegistrationOptions(List<String>) - Constructor for class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
 
exit() - Method in interface org.eclipse.lsp4j.services.LanguageServer
A notification to ask the server to exit its process.

F

Factory() - Constructor for class org.eclipse.lsp4j.adapters.HoverTypeAdapter.Factory
 
Factory() - Constructor for class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter.Factory
 
Factory() - Constructor for class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter.Factory
 
Factory() - Constructor for class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter.Factory
 
FailureHandlingKind - Class in org.eclipse.lsp4j
The kind of failure handling supported by the client.
FileChangeType - Enum in org.eclipse.lsp4j
The file event type.
FileEvent - Class in org.eclipse.lsp4j
An event describing a file change.
FileEvent() - Constructor for class org.eclipse.lsp4j.FileEvent
 
FileEvent(String, FileChangeType) - Constructor for class org.eclipse.lsp4j.FileEvent
 
FileSystemWatcher - Class in org.eclipse.lsp4j
 
FileSystemWatcher() - Constructor for class org.eclipse.lsp4j.FileSystemWatcher
 
FileSystemWatcher(String) - Constructor for class org.eclipse.lsp4j.FileSystemWatcher
 
FileSystemWatcher(String, Integer) - Constructor for class org.eclipse.lsp4j.FileSystemWatcher
 
FoldingRange - Class in org.eclipse.lsp4j
Represents a folding range.
FoldingRange() - Constructor for class org.eclipse.lsp4j.FoldingRange
 
FoldingRange(int, int) - Constructor for class org.eclipse.lsp4j.FoldingRange
 
foldingRange(FoldingRangeRequestParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The folding range request is sent from the client to the server to return all folding ranges found in a given text document.
FoldingRangeCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to `textDocument/foldingRange` requests.
FoldingRangeCapabilities() - Constructor for class org.eclipse.lsp4j.FoldingRangeCapabilities
 
FoldingRangeKind - Class in org.eclipse.lsp4j
Enum of known range kinds
FoldingRangeProviderOptions - Class in org.eclipse.lsp4j
Folding range provider options.
FoldingRangeProviderOptions() - Constructor for class org.eclipse.lsp4j.FoldingRangeProviderOptions
 
FoldingRangeRequestParams - Class in org.eclipse.lsp4j
The folding range request is sent from the client to the server to return all folding ranges found in a given text document.
FoldingRangeRequestParams() - Constructor for class org.eclipse.lsp4j.FoldingRangeRequestParams
 
FoldingRangeRequestParams(TextDocumentIdentifier) - Constructor for class org.eclipse.lsp4j.FoldingRangeRequestParams
 
formatting(DocumentFormattingParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document formatting request is sent from the client to the server to format a whole document.
FormattingCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/formatting`
FormattingCapabilities() - Constructor for class org.eclipse.lsp4j.FormattingCapabilities
 
FormattingCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.FormattingCapabilities
 
FormattingOptions - Class in org.eclipse.lsp4j
Value-object describing what options formatting should use.
FormattingOptions() - Constructor for class org.eclipse.lsp4j.FormattingOptions
 
FormattingOptions(int, boolean) - Constructor for class org.eclipse.lsp4j.FormattingOptions
 
FormattingOptions(int, boolean, Map<String, String>) - Constructor for class org.eclipse.lsp4j.FormattingOptions
Deprecated.
See https://github.com/eclipse/lsp4j/issues/99
forValue(int) - Static method in enum org.eclipse.lsp4j.CallHierarchyDirection
 
forValue(int) - Static method in enum org.eclipse.lsp4j.CompletionItemKind
 
forValue(int) - Static method in enum org.eclipse.lsp4j.CompletionItemTag
 
forValue(int) - Static method in enum org.eclipse.lsp4j.CompletionTriggerKind
 
forValue(int) - Static method in enum org.eclipse.lsp4j.DiagnosticSeverity
 
forValue(int) - Static method in enum org.eclipse.lsp4j.DiagnosticTag
 
forValue(int) - Static method in enum org.eclipse.lsp4j.DocumentHighlightKind
 
forValue(int) - Static method in enum org.eclipse.lsp4j.FileChangeType
 
forValue(int) - Static method in enum org.eclipse.lsp4j.InsertTextFormat
 
forValue(int) - Static method in enum org.eclipse.lsp4j.MessageType
 
forValue(int) - Static method in enum org.eclipse.lsp4j.SignatureHelpTriggerKind
 
forValue(int) - Static method in enum org.eclipse.lsp4j.SymbolKind
 
forValue(int) - Static method in enum org.eclipse.lsp4j.TextDocumentSaveReason
 
forValue(int) - Static method in enum org.eclipse.lsp4j.TextDocumentSyncKind
 
forValue(int) - Static method in enum org.eclipse.lsp4j.TypeHierarchyDirection
 
fromIntArray(int...) - Static method in class org.eclipse.lsp4j.util.SemanticHighlightingTokens.Token

G

getActions() - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
The message action items to present.
getActiveParameter() - Method in class org.eclipse.lsp4j.SignatureHelp
The active parameter of the active signature.
getActiveSignature() - Method in class org.eclipse.lsp4j.SignatureHelp
The active signature.
getActiveSignatureHelp() - Method in class org.eclipse.lsp4j.SignatureHelpContext
The currently active `SignatureHelp`.
getAdded() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
The array of added workspace folders
getAdditionalTextEdits() - Method in class org.eclipse.lsp4j.ColorPresentation
An optional array of additional text edits that are applied when selecting this color presentation.
getAdditionalTextEdits() - Method in class org.eclipse.lsp4j.CompletionItem
An optional array of additional text edits that are applied when selecting this completion.
getAlpha() - Method in class org.eclipse.lsp4j.Color
The alpha component of this color in the range [0-1].
getApplyEdit() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'.
getArguments() - Method in class org.eclipse.lsp4j.Command
Arguments that the command handler should be invoked with.
getArguments() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
Arguments that the command should be invoked with.
getBlue() - Method in class org.eclipse.lsp4j.Color
The blue component of this color in the range [0-1].
getBoolean(String) - Method in class org.eclipse.lsp4j.FormattingOptions
 
getCallHierarchy() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to textDocument/callHierarchy.
getCallHierarchyProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides Call Hierarchy support.
getCapabilities() - Method in class org.eclipse.lsp4j.InitializeParams
The capabilities provided by the client (editor)
getCapabilities() - Method in class org.eclipse.lsp4j.InitializeResult
The capabilities the language server provides.
getCh() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
The character that has been typed.
getChange() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
Change notifications are sent to the server.
getChangeNotifications() - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
Whether the server wants to receive workspace folder change notifications.
getChanges() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
The actual file events.
getChanges() - Method in class org.eclipse.lsp4j.WorkspaceEdit
Holds changes to existing resources.
getCharacter() - Method in class org.eclipse.lsp4j.Position
Character offset on a line in a document (zero-based).
getChildren() - Method in class org.eclipse.lsp4j.DocumentSymbol
Children of this symbol, e.g.
getChildren() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
If this type hierarchy item is resolved, it contains the direct children of the current item.
getChildren(T) - Method in class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
Returns with the children (direct descendants) of the node argument.
getChildren(DocumentSymbol) - Method in class org.eclipse.lsp4j.util.DocumentSymbols.DocumentSymbolIterator
 
getClientInfo() - Method in class org.eclipse.lsp4j.InitializeParams
Information about the client Since 3.15.0
getClientName() - Method in class org.eclipse.lsp4j.InitializeParams
Deprecated.
Use clientInfo instead.
getCode() - Method in class org.eclipse.lsp4j.Diagnostic
The diagnostic's code.
getCodeAction() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/codeAction`
getCodeActionKind() - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
The code action kind is support with the following value set.
getCodeActionKinds() - Method in class org.eclipse.lsp4j.CodeActionOptions
CodeActionKinds that this server may return.
getCodeActionLiteralSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
The client support code action literals as a valid response of the `textDocument/codeAction` request.
getCodeActionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides code actions.
getCodeLens() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/codeLens`
getCodeLensProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides code lens.
getColor() - Method in class org.eclipse.lsp4j.ColorInformation
The actual color value for this color range.
getColor() - Method in class org.eclipse.lsp4j.ColorPresentationParams
The color information to request presentations for.
getColorProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides color provider support.
getColorProvider() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/documentColor` and the `textDocument/colorPresentation` request.
getCommand() - Method in class org.eclipse.lsp4j.CodeAction
A command this code action executes.
getCommand() - Method in class org.eclipse.lsp4j.CodeLens
The command this code lens represents.
getCommand() - Method in class org.eclipse.lsp4j.Command
The identifier of the actual command handler.
getCommand() - Method in class org.eclipse.lsp4j.CompletionItem
An optional command that is executed *after* inserting this completion.
getCommand() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
The identifier of the actual command handler.
getCommands() - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
The commands to be executed on the server
getCommands() - Method in class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
The commands to be executed on the server
getCommitCharacters() - Method in class org.eclipse.lsp4j.CompletionItem
An optional set of characters that when pressed while this completion is active will accept it first and then type that character.
getCommitCharactersSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports commit characters on a completion item.
getCompletion() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/completion`
getCompletionItem() - Method in class org.eclipse.lsp4j.CompletionCapabilities
The client supports the following `CompletionItem` specific capabilities.
getCompletionItemKind() - Method in class org.eclipse.lsp4j.CompletionCapabilities
The client supports the following `CompletionItemKind` specific capabilities.
getCompletionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides completion support.
getConfiguration() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
The client supports `workspace/configuration` requests.
getContainerName() - Method in class org.eclipse.lsp4j.SymbolInformation
The name of the symbol containing this symbol.
getContentChanges() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
The actual content changes.
getContentFormat() - Method in class org.eclipse.lsp4j.HoverCapabilities
Client supports the following content formats for the content property.
getContents() - Method in class org.eclipse.lsp4j.Hover
The hover's content as markdown
getContext() - Method in class org.eclipse.lsp4j.CodeActionParams
Context carrying additional information.
getContext() - Method in class org.eclipse.lsp4j.CompletionParams
The completion context.
getContext() - Method in class org.eclipse.lsp4j.ReferenceParams
 
getContext() - Method in class org.eclipse.lsp4j.SignatureHelpParams
The signature help context.
getContextSupport() - Method in class org.eclipse.lsp4j.CompletionCapabilities
The client supports sending additional context information for a `textDocument/completion` request.
getContextSupport() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
The client supports to send additional context information for a `textDocument/signatureHelp` request.
getCurrent() - Method in class org.eclipse.lsp4j.ResourceChange
Deprecated.
The Uri for current resource.
getData() - Method in class org.eclipse.lsp4j.CodeLens
An data entry field that is preserved on a code lens item between a code lens and a code lens resolve request.
getData() - Method in class org.eclipse.lsp4j.CompletionItem
An data entry field that is preserved on a completion item between a completion and a completion resolve request.
getData() - Method in class org.eclipse.lsp4j.DocumentLink
A data entry field that is preserved on a document link between a DocumentLinkRequest and a DocumentLinkResolveRequest.
getData() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
An optional data field can be used to identify a type hierarchy item in a resolve request.
getDeclaration() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/declaration` Since 3.14.0
getDeclarationProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides go to declaration support.
getDefinition() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/definition` Since 3.14.0
getDefinitionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides goto definition support.
getDeprecated() - Method in class org.eclipse.lsp4j.CompletionItem
Indicates if this item is deprecated.
getDeprecated() - Method in class org.eclipse.lsp4j.DocumentSymbol
Indicates if this symbol is deprecated.
getDeprecated() - Method in class org.eclipse.lsp4j.SymbolInformation
Indicates if this symbol is deprecated.
getDeprecated() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
true if the hierarchy item is deprecated.
getDeprecatedSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports the deprecated property on a completion item.
getDetail() - Method in class org.eclipse.lsp4j.CallHierarchyItem
More detail for this item, e.g the signature of a function.
getDetail() - Method in class org.eclipse.lsp4j.CompletionItem
A human-readable string with additional information about this item, like type or symbol information.
getDetail() - Method in class org.eclipse.lsp4j.DocumentSymbol
More detail for this symbol, e.g the signature of a function.
getDetail() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
Optional detail for the hierarchy item.
getDiagnostics() - Method in class org.eclipse.lsp4j.CodeAction
The diagnostics that this code action resolves.
getDiagnostics() - Method in class org.eclipse.lsp4j.CodeActionContext
An array of diagnostics.
getDiagnostics() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
An array of diagnostic information items.
getDidChangeConfiguration() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
Capabilities specific to the `workspace/didChangeConfiguration` notification.
getDidChangeWatchedFiles() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
Capabilities specific to the `workspace/didChangeConfiguration` notification.
getDidSave() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
The client supports did save notifications.
getDirection() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
The direction of the type hierarchy resolution.
getDirection() - Method in class org.eclipse.lsp4j.TypeHierarchyParams
The direction of the type hierarchy resolution.
getDocumentation() - Method in class org.eclipse.lsp4j.CompletionItem
A human-readable string that represents a doc-comment.
getDocumentation() - Method in class org.eclipse.lsp4j.ParameterInformation
The human-readable doc-comment of this signature.
getDocumentation() - Method in class org.eclipse.lsp4j.SignatureInformation
The human-readable doc-comment of this signature.
getDocumentationFormat() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports the following content formats for the documentation property.
getDocumentationFormat() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
Client supports the following content formats for the documentation property.
getDocumentChanges() - Method in class org.eclipse.lsp4j.WorkspaceEdit
An array of `TextDocumentEdit`s to express changes to specific a specific version of a text document.
getDocumentChanges() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
The client supports versioned document changes in `WorkspaceEdit`s
getDocumentFormattingProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document formatting.
getDocumentHighlight() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/documentHighlight`
getDocumentHighlightProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document highlight support.
getDocumentLink() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/documentLink`
getDocumentLinkProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document link support.
getDocumentOnTypeFormattingProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document formatting on typing.
getDocumentRangeFormattingProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document range formatting.
getDocumentSelector() - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
A document selector to identify the scope of the registration.
getDocumentSymbol() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/documentSymbol`
getDocumentSymbolProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document symbol support.
getDynamicRegistration() - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
Supports dynamic registration.
getEdit() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
The edits to apply.
getEdit() - Method in class org.eclipse.lsp4j.CodeAction
The workspace edit this code action performs.
getEdits() - Method in class org.eclipse.lsp4j.TextDocumentEdit
The edits to be applied
getEnd() - Method in class org.eclipse.lsp4j.Range
The range's end position
getEndCharacter() - Method in class org.eclipse.lsp4j.FoldingRange
The zero-based character offset before the folded range ends.
getEndLine() - Method in class org.eclipse.lsp4j.FoldingRange
The zero-based line number where the folded range ends.
getEvent() - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
The actual workspace folder change event.
getExecuteCommand() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
Capabilities specific to the `workspace/executeCommand` request.
getExecuteCommandProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides execute command support.
getExperimental() - Method in class org.eclipse.lsp4j.ClientCapabilities
Experimental client capabilities.
getExperimental() - Method in class org.eclipse.lsp4j.ServerCapabilities
Experimental server capabilities.
getFailureHandling() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
The failure handling strategy of a client if applying the workspace edit fails.
getFilterText() - Method in class org.eclipse.lsp4j.CompletionItem
A string that should be used when filtering a set of completion items.
getFirstTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
A character on which formatting should be triggered, like `}`.
getFirstTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
A character on which formatting should be triggered, like `}`.
getFoldingRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to `textDocument/foldingRange` requests.
getFoldingRangeProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides folding provider support.
getFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/formatting`
getFrom() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
The item that makes the call.
getFromRanges() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
The range at which at which the calls appears.
getFromRanges() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
The range at which this item is called.
getGlobPattern() - Method in class org.eclipse.lsp4j.FileSystemWatcher
The glob pattern to watch
getGreen() - Method in class org.eclipse.lsp4j.Color
The green component of this color in the range [0-1].
getHierarchicalDocumentSymbolSupport() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
The client support hierarchical document symbols.
getHover() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/hover`
getHoverProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides hover support.
getId() - Method in class org.eclipse.lsp4j.Registration
The id used to register the request.
getId() - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
The id used to register the request.
getId() - Method in class org.eclipse.lsp4j.Unregistration
The id used to unregister the request or notification.
getIgnoreIfExists() - Method in class org.eclipse.lsp4j.CreateFileOptions
Ignore if exists.
getIgnoreIfExists() - Method in class org.eclipse.lsp4j.RenameFileOptions
Ignores if target exists.
getIgnoreIfNotExists() - Method in class org.eclipse.lsp4j.DeleteFileOptions
Ignore the operation if the file doesn't exist.
getImplementation() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/implementation` Since 3.6.0
getImplementationProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides Goto Implementation support.
getIncludeText() - Method in class org.eclipse.lsp4j.SaveOptions
The client is supposed to include the content on save.
getIncludeText() - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
The client is supposed to include the content on save.
getInfos() - Method in class org.eclipse.lsp4j.ColoringParams
Deprecated.
A list of coloring information instances.
getInitializationOptions() - Method in class org.eclipse.lsp4j.InitializeParams
User provided initialization options.
getInsertText() - Method in class org.eclipse.lsp4j.CompletionItem
A string that should be inserted a document when selecting this completion.
getInsertTextFormat() - Method in class org.eclipse.lsp4j.CompletionItem
The format of the insert text.
getIsPreferred() - Method in class org.eclipse.lsp4j.CodeAction
Marks this as a preferred action.
getIsPreferredSupport() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
Whether code action supports the `isPreferred` property.
getItem() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
 
getItem() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
 
getItem() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
The hierarchy item to resolve.
getItems() - Method in class org.eclipse.lsp4j.CompletionList
The completion items.
getItems() - Method in class org.eclipse.lsp4j.ConfigurationParams
 
getKind() - Method in class org.eclipse.lsp4j.CallHierarchyItem
The kind of this item.
getKind() - Method in class org.eclipse.lsp4j.CodeAction
The kind of the code action.
getKind() - Method in class org.eclipse.lsp4j.CompletionItem
The kind of this completion item.
getKind() - Method in class org.eclipse.lsp4j.DocumentHighlight
The highlight kind, default is DocumentHighlightKind.Text.
getKind() - Method in class org.eclipse.lsp4j.DocumentSymbol
The kind of this symbol.
getKind() - Method in class org.eclipse.lsp4j.FileSystemWatcher
The kind of events of interest.
getKind() - Method in class org.eclipse.lsp4j.FoldingRange
Describes the kind of the folding range such as `comment' or 'region'.
getKind() - Method in class org.eclipse.lsp4j.MarkupContent
The type of the Markup.
getKind() - Method in class org.eclipse.lsp4j.ResourceOperation
 
getKind() - Method in class org.eclipse.lsp4j.SymbolInformation
The kind of this symbol.
getKind() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
The kind of the hierarchy item.
getLabel() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
An optional label of the workspace edit.
getLabel() - Method in class org.eclipse.lsp4j.ColorPresentation
The label of this color presentation.
getLabel() - Method in class org.eclipse.lsp4j.CompletionItem
The label of this completion item.
getLabel() - Method in class org.eclipse.lsp4j.ParameterInformation
The label of this parameter information.
getLabel() - Method in class org.eclipse.lsp4j.SignatureInformation
The label of this signature.
getLabelOffsetSupport() - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
The client supports processing label offsets instead of a simple label string.
getLanguage() - Method in class org.eclipse.lsp4j.DocumentFilter
A language id, like `typescript`.
getLanguage() - Method in class org.eclipse.lsp4j.MarkedString
Deprecated.
 
getLanguageId() - Method in class org.eclipse.lsp4j.TextDocumentItem
The text document's language identifier
getLine() - Method in class org.eclipse.lsp4j.Position
Line position in a document (zero-based).
getLine() - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
The zero-based line position in the text document.
getLineFoldingOnly() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
If set, the client signals that it only supports folding complete lines.
getLines() - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
An array of semantic highlighting information.
getLinkSupport() - Method in class org.eclipse.lsp4j.DeclarationCapabilities
The client supports additional metadata in the form of declaration links.
getLinkSupport() - Method in class org.eclipse.lsp4j.DefinitionCapabilities
The client supports additional metadata in the form of definition links.
getLinkSupport() - Method in class org.eclipse.lsp4j.ImplementationCapabilities
The client supports additional metadata in the form of definition links.
getLinkSupport() - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
The client supports additional metadata in the form of definition links.
getLocation() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
The location of this related diagnostic information.
getLocation() - Method in class org.eclipse.lsp4j.SymbolInformation
The location of this symbol.
getMessage() - Method in class org.eclipse.lsp4j.Diagnostic
The diagnostic's message.
getMessage() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
The message of this related diagnostic information.
getMessage() - Method in class org.eclipse.lsp4j.MessageParams
The actual message.
getMethod() - Method in class org.eclipse.lsp4j.Registration
The method / capability to register for.
getMethod() - Method in class org.eclipse.lsp4j.Unregistration
The method / capability to unregister for.
getMoreTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
More trigger characters.
getMoreTriggerCharacter() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
More trigger characters.
getName() - Method in class org.eclipse.lsp4j.CallHierarchyItem
The name of the item targeted by the call hierarchy request.
getName() - Method in class org.eclipse.lsp4j.ClientInfo
The name of the client as defined by the client.
getName() - Method in class org.eclipse.lsp4j.DocumentSymbol
The name of this symbol.
getName() - Method in class org.eclipse.lsp4j.ServerInfo
The name of the server as defined by the server.
getName() - Method in class org.eclipse.lsp4j.SymbolInformation
The name of this symbol.
getName() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
The human readable name of the hierarchy item.
getName() - Method in class org.eclipse.lsp4j.WorkspaceFolder
The name of the workspace folder.
getNewName() - Method in class org.eclipse.lsp4j.RenameParams
The new name of the symbol.
getNewText() - Method in class org.eclipse.lsp4j.TextEdit
The string to be inserted.
getNewUri() - Method in class org.eclipse.lsp4j.RenameFile
The new location.
getNewUri() - Method in class org.eclipse.lsp4j.ResourceChange
Deprecated.
The new uri for the resource.
getNumber(String) - Method in class org.eclipse.lsp4j.FormattingOptions
 
getOldUri() - Method in class org.eclipse.lsp4j.RenameFile
The old (existing) location.
getOnly() - Method in class org.eclipse.lsp4j.CodeActionContext
Requested kind of actions to return.
getOnTypeFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/onTypeFormatting`
getOpenClose() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
Open and close notifications are sent to the server.
getOptions() - Method in class org.eclipse.lsp4j.CreateFile
Additional options
getOptions() - Method in class org.eclipse.lsp4j.DeleteFile
Delete options.
getOptions() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
The format options
getOptions() - Method in class org.eclipse.lsp4j.RenameFile
Rename options.
getOriginSelectionRange() - Method in class org.eclipse.lsp4j.LocationLink
Span of the origin of this link.
getOverwrite() - Method in class org.eclipse.lsp4j.CreateFileOptions
Overwrite existing file.
getOverwrite() - Method in class org.eclipse.lsp4j.RenameFileOptions
Overwrite target if existing.
getParameterInformation() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
Client capabilities specific to parameter information.
getParameters() - Method in class org.eclipse.lsp4j.SignatureInformation
The parameters of this signature.
getParent() - Method in class org.eclipse.lsp4j.SelectionRange
The parent selection range containing this range.
getParents() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
If this type hierarchy item is resolved, it contains the direct parents.
getPattern() - Method in class org.eclipse.lsp4j.DocumentFilter
A glob pattern, like `*.{ts,js}`.
getPlaceholder() - Method in class org.eclipse.lsp4j.PrepareRenameResult
A placeholder text of the string content to be renamed.
getPosition() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
The position at which this request was send.
getPosition() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
The position inside the text document.
getPositions() - Method in class org.eclipse.lsp4j.SelectionRangeParams
The positions inside the text document.
getPrepareProvider() - Method in class org.eclipse.lsp4j.RenameOptions
Renames should be checked and tested before being executed.
getPrepareSupport() - Method in class org.eclipse.lsp4j.RenameCapabilities
Client supports testing for validity of rename operations before execution.
getPreselect() - Method in class org.eclipse.lsp4j.CompletionItem
Select this item when showing.
getPreselectSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports the preselect property on a completion item.
getProcessId() - Method in class org.eclipse.lsp4j.InitializeParams
The process Id of the parent process that started the server.
getProperties() - Method in class org.eclipse.lsp4j.FormattingOptions
Deprecated.
See https://github.com/eclipse/lsp4j/issues/99
getPublishDiagnostics() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to `textDocument/publishDiagnostics`.
getQuery() - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
A query string to filter symbols by.
getRange() - Method in class org.eclipse.lsp4j.CallHierarchyItem
The range enclosing this symbol not including leading/trailing whitespace but everything else like comments.
getRange() - Method in class org.eclipse.lsp4j.CodeActionParams
The range for which the command was invoked.
getRange() - Method in class org.eclipse.lsp4j.CodeLens
The range in which this code lens is valid.
getRange() - Method in class org.eclipse.lsp4j.ColorInformation
The range in the document where this color appears.
getRange() - Method in class org.eclipse.lsp4j.ColoringInformation
Deprecated.
The range that should be highlighted on the client-side.
getRange() - Method in class org.eclipse.lsp4j.ColorPresentationParams
The range where the color would be inserted.
getRange() - Method in class org.eclipse.lsp4j.Diagnostic
The range at which the message applies
getRange() - Method in class org.eclipse.lsp4j.DocumentHighlight
The range this highlight applies to.
getRange() - Method in class org.eclipse.lsp4j.DocumentLink
The range this link applies to.
getRange() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
The range to format
getRange() - Method in class org.eclipse.lsp4j.DocumentSymbol
The range enclosing this symbol not including leading/trailing whitespace but everything else like comments.
getRange() - Method in class org.eclipse.lsp4j.Hover
An optional range
getRange() - Method in class org.eclipse.lsp4j.Location
 
getRange() - Method in class org.eclipse.lsp4j.PrepareRenameResult
The range of the string to rename
getRange() - Method in class org.eclipse.lsp4j.SelectionRange
The [range](#Range) of this selection range.
getRange() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
The range of the document that changed.
getRange() - Method in class org.eclipse.lsp4j.TextEdit
The range of the text document to be manipulated.
getRange() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
The range enclosing this type hierarchy item not including leading/trailing whitespace but everything else like comments.
getRangeFormatting() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/rangeFormatting`
getRangeLength() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
Deprecated.
Use range instead.
getRangeLimit() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
The maximum number of folding ranges that the client prefers to receive per document.
getReason() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
A reason why a text document is saved.
getRecursive() - Method in class org.eclipse.lsp4j.DeleteFileOptions
Delete the content recursively if a folder is denoted.
getRed() - Method in class org.eclipse.lsp4j.Color
The red component of this color in the range [0-1].
getReferences() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/references`
getReferencesProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides find references support.
getRegisterOptions() - Method in class org.eclipse.lsp4j.Registration
Options necessary for the registration.
getRegistrations() - Method in class org.eclipse.lsp4j.RegistrationParams
 
getRelatedInformation() - Method in class org.eclipse.lsp4j.Diagnostic
An array of related diagnostic information, e.g.
getRelatedInformation() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
Whether the client accepts diagnostics with related information.
getRemoved() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
The array of the removed workspace folders
getRename() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/rename`
getRenameProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides rename support.
getResolve() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
The number of hierarchy levels to resolve.
getResolve() - Method in class org.eclipse.lsp4j.TypeHierarchyParams
The number of hierarchy levels to resolve.
getResolveProvider() - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
Code lens has a resolve provider as well.
getResolveProvider() - Method in class org.eclipse.lsp4j.CompletionOptions
The server provides support to resolve additional information for a completion item.
getResolveProvider() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
The server provides support to resolve additional information for a completion item.
getResolveProvider() - Method in class org.eclipse.lsp4j.DocumentLinkOptions
Document links have a resolve provider as well.
getResolveProvider() - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
Document links have a resolve provider as well.
getResourceChanges() - Method in class org.eclipse.lsp4j.WorkspaceEdit
Deprecated.
Since LSP introduces resource operations, use the WorkspaceEdit.documentChanges instead
getResourceChanges() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
Deprecated.
Since LSP introduces resource operations, use {link #resourceOperations}
getResourceOperations() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
The resource operations the client supports.
getRetriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
List of characters that re-trigger signature help.
getRootPath() - Method in class org.eclipse.lsp4j.InitializeParams
Deprecated.
Use rootUri instead.
getRootUri() - Method in class org.eclipse.lsp4j.InitializeParams
The rootUri of the workspace.
getSave() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
Save notifications are sent to the server.
getScheme() - Method in class org.eclipse.lsp4j.DocumentFilter
A uri scheme, like `file` or `untitled`.
getScopes() - Method in class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
A "lookup table" of semantic highlighting TextMate scopes supported by the language server.
getScopeUri() - Method in class org.eclipse.lsp4j.ConfigurationItem
The scope to get the configuration section for.
getSection() - Method in class org.eclipse.lsp4j.ConfigurationItem
The configuration section asked for.
getSelectionRange() - Method in class org.eclipse.lsp4j.CallHierarchyItem
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
getSelectionRange() - Method in class org.eclipse.lsp4j.DocumentSymbol
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
getSelectionRange() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to `textDocument/selectionRange` requests Since 3.15.0
getSelectionRange() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
The range that should be selected and revealed when this type hierarchy item is being picked, e.g the name of a function.
getSelectionRangeProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides selection range support.
getSemanticHighlighting() - Method in class org.eclipse.lsp4j.SemanticHighlightingCapabilities
The client supports semantic highlighting.
getSemanticHighlighting() - Method in class org.eclipse.lsp4j.ServerCapabilities
Semantic highlighting server capabilities.
getSemanticHighlightingCapabilities() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to textDocument/semanticHighlighting.
getServerInfo() - Method in class org.eclipse.lsp4j.InitializeResult
Information about the server.
getSettings() - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
The actual changed settings.
getSeverity() - Method in class org.eclipse.lsp4j.Diagnostic
The diagnostic's severity.
getSignatureHelp() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/signatureHelp`
getSignatureHelpProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides signature help support.
getSignatureInformation() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
The client supports the following `SignatureInformation` specific properties.
getSignatures() - Method in class org.eclipse.lsp4j.SignatureHelp
One or more signatures.
getSnippetSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports snippets as insert text.
getSortText() - Method in class org.eclipse.lsp4j.CompletionItem
A string that should be used when comparing this item with other items.
getSource() - Method in class org.eclipse.lsp4j.Diagnostic
A human-readable string describing the source of this diagnostic, e.g.
getStart() - Method in class org.eclipse.lsp4j.Range
The range's start position
getStartCharacter() - Method in class org.eclipse.lsp4j.FoldingRange
The zero-based character offset from where the folded range starts.
getStartLine() - Method in class org.eclipse.lsp4j.FoldingRange
The zero-based line number from where the folded range starts.
getString(String) - Method in class org.eclipse.lsp4j.FormattingOptions
 
getStyles() - Method in class org.eclipse.lsp4j.ColoringInformation
Deprecated.
A list of highlighting styles, that should be applied on the range.
getSupported() - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
The server has support for workspace folders
getSymbol() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
Capabilities specific to the `workspace/symbol` request.
getSymbolKind() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
Specific capabilities for the `SymbolKind`.
getSymbolKind() - Method in class org.eclipse.lsp4j.SymbolCapabilities
Specific capabilities for the `SymbolKind` in the `workspace/symbol` request.
getSynchronization() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
 
getSyncKind() - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
How documents are synced to the server.
getTabSize() - Method in class org.eclipse.lsp4j.FormattingOptions
Size of a tab in spaces.
getTags() - Method in class org.eclipse.lsp4j.CallHierarchyItem
Tags for this item.
getTags() - Method in class org.eclipse.lsp4j.CompletionItem
Tags for this completion item.
getTags() - Method in class org.eclipse.lsp4j.Diagnostic
Additional metadata about the diagnostic.
getTagSupport() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports the tag property on a completion item.
getTagSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
Client supports the tag property to provide meta data about a diagnostic.
getTarget() - Method in class org.eclipse.lsp4j.DocumentLink
The uri this link points to.
getTargetRange() - Method in class org.eclipse.lsp4j.LocationLink
The full target range of this link.
getTargetSelectionRange() - Method in class org.eclipse.lsp4j.LocationLink
The range that should be selected and revealed when this link is being followed, e.g the name of a function.
getTargetUri() - Method in class org.eclipse.lsp4j.LocationLink
The target resource identifier of this link.
getText() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
Deprecated.
getText() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
Optional the content when saved.
getText() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
The new text of the range/document.
getText() - Method in class org.eclipse.lsp4j.TextDocumentItem
The content of the opened text document.
getTextDocument() - Method in class org.eclipse.lsp4j.ClientCapabilities
Text document specific client capabilities.
getTextDocument() - Method in class org.eclipse.lsp4j.CodeActionParams
The document in which the command was invoked.
getTextDocument() - Method in class org.eclipse.lsp4j.CodeLensParams
The document to request code lens for.
getTextDocument() - Method in class org.eclipse.lsp4j.ColorPresentationParams
The text document.
getTextDocument() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
The document that did change.
getTextDocument() - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
The document that was closed.
getTextDocument() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
The document that was opened.
getTextDocument() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
The document that was closed.
getTextDocument() - Method in class org.eclipse.lsp4j.DocumentColorParams
The text document.
getTextDocument() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
The document to format.
getTextDocument() - Method in class org.eclipse.lsp4j.DocumentLinkParams
The document to provide document links for.
getTextDocument() - Method in class org.eclipse.lsp4j.DocumentSymbolParams
The text document.
getTextDocument() - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
The text document.
getTextDocument() - Method in class org.eclipse.lsp4j.SelectionRangeParams
The text document.
getTextDocument() - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
The text document that has to be decorated with the semantic highlighting information.
getTextDocument() - Method in class org.eclipse.lsp4j.TextDocumentEdit
The text document to change.
getTextDocument() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
The text document.
getTextDocument() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
The document that will be saved.
getTextDocumentService() - Method in interface org.eclipse.lsp4j.services.LanguageServer
Provides access to the textDocument services.
getTextDocumentSync() - Method in class org.eclipse.lsp4j.ServerCapabilities
Defines how text documents are synced.
getTextEdit() - Method in class org.eclipse.lsp4j.ColorPresentation
An edit which is applied to a document when selecting this presentation for the color.
getTextEdit() - Method in class org.eclipse.lsp4j.CompletionItem
An edit which is applied to a document when selecting this completion.
getTitle() - Method in class org.eclipse.lsp4j.CodeAction
A short, human-readable, title for this code action.
getTitle() - Method in class org.eclipse.lsp4j.Command
Title of the command, like `save`.
getTitle() - Method in class org.eclipse.lsp4j.MessageActionItem
A short title like 'Retry', 'Open Log' etc.
getTo() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
The item that is called.
getTokens() - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
A base64 encoded string representing every single highlighted ranges in the line with its start position, length and the "lookup table" index of of the semantic highlighting TextMate scopes.
getTooltip() - Method in class org.eclipse.lsp4j.DocumentLink
The tooltip text when you hover over this link.
getTooltipSupport() - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
Whether the client supports the `tooltip` property on `DocumentLink`.
getTrace() - Method in class org.eclipse.lsp4j.InitializeParams
The initial trace setting.
getTriggerCharacter() - Method in class org.eclipse.lsp4j.CompletionContext
The trigger character (a single character) that has trigger code complete.
getTriggerCharacter() - Method in class org.eclipse.lsp4j.SignatureHelpContext
Character that caused signature help to be triggered.
getTriggerCharacters() - Method in class org.eclipse.lsp4j.CompletionOptions
The characters that trigger completion automatically.
getTriggerCharacters() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
Most tools trigger completion request automatically without explicitly requesting it using a keyboard shortcut (e.g.
getTriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
The characters that trigger signature help automatically.
getTriggerCharacters() - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
The characters that trigger signature help automatically.
getTriggerKind() - Method in class org.eclipse.lsp4j.CompletionContext
How the completion was triggered.
getTriggerKind() - Method in class org.eclipse.lsp4j.SignatureHelpContext
Action that caused signature help to be triggered.
getType() - Method in class org.eclipse.lsp4j.FileEvent
The change type.
getType() - Method in class org.eclipse.lsp4j.MessageParams
The message type.
getTypeDefinition() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/typeDefinition` Since 3.6.0
getTypeDefinitionProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides Goto Type Definition support.
getTypeHierarchyCapabilities() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to textDocument/typeHierarchy.
getTypeHierarchyProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
Server capability for calculating super- and subtype hierarchies.
getUnregisterations() - Method in class org.eclipse.lsp4j.UnregistrationParams
 
getUri() - Method in class org.eclipse.lsp4j.CallHierarchyItem
The resource identifier of this item.
getUri() - Method in class org.eclipse.lsp4j.ColoringParams
Deprecated.
The URI for which coloring information is reported.
getUri() - Method in class org.eclipse.lsp4j.CreateFile
The resource to create.
getUri() - Method in class org.eclipse.lsp4j.DeleteFile
The file to delete.
getUri() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
Deprecated.
getUri() - Method in class org.eclipse.lsp4j.FileEvent
The file's uri.
getUri() - Method in class org.eclipse.lsp4j.Location
 
getUri() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
The URI for which diagnostic information is reported.
getUri() - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
The text document's uri.
getUri() - Method in class org.eclipse.lsp4j.TextDocumentItem
The text document's uri.
getUri() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
Deprecated.
getUri() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
The URI of the text document where this type hierarchy item belongs to.
getUri() - Method in class org.eclipse.lsp4j.WorkspaceFolder
The associated URI for this workspace folder.
getValue() - Method in enum org.eclipse.lsp4j.CallHierarchyDirection
 
getValue() - Method in enum org.eclipse.lsp4j.CompletionItemKind
 
getValue() - Method in enum org.eclipse.lsp4j.CompletionItemTag
 
getValue() - Method in enum org.eclipse.lsp4j.CompletionTriggerKind
 
getValue() - Method in enum org.eclipse.lsp4j.DiagnosticSeverity
 
getValue() - Method in enum org.eclipse.lsp4j.DiagnosticTag
 
getValue() - Method in enum org.eclipse.lsp4j.DocumentHighlightKind
 
getValue() - Method in enum org.eclipse.lsp4j.FileChangeType
 
getValue() - Method in enum org.eclipse.lsp4j.InsertTextFormat
 
getValue() - Method in class org.eclipse.lsp4j.MarkedString
Deprecated.
 
getValue() - Method in class org.eclipse.lsp4j.MarkupContent
The content itself.
getValue() - Method in enum org.eclipse.lsp4j.MessageType
 
getValue() - Method in enum org.eclipse.lsp4j.ResponseErrorCode
Deprecated.
 
getValue() - Method in enum org.eclipse.lsp4j.SignatureHelpTriggerKind
 
getValue() - Method in enum org.eclipse.lsp4j.SymbolKind
 
getValue() - Method in enum org.eclipse.lsp4j.SymbolTag
 
getValue() - Method in enum org.eclipse.lsp4j.TextDocumentSaveReason
 
getValueSet() - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
The code action kind values the client supports.
getValueSet() - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
The completion item kind values the client supports.
getValueSet() - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
The tags supported by the client.
getValueSet() - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
The tags supported by the client.
getValueSet() - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
The symbol kind values the client supports.
getVersion() - Method in class org.eclipse.lsp4j.ClientInfo
The client's version as defined by the client.
getVersion() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
Optional the version number of the document the diagnostics are published for.
getVersion() - Method in class org.eclipse.lsp4j.ServerInfo
The server's version as defined by the server.
getVersion() - Method in class org.eclipse.lsp4j.TextDocumentItem
The version number of this document (it will strictly increase after each change, including undo/redo).
getVersion() - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
The version number of this document.
getVersionSupport() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
Whether the client interprets the version property of the `textDocument/publishDiagnostics` notification's parameter.
getWatchers() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
The watchers to register.
getWillSave() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
The client supports sending will save notifications.
getWillSave() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
Will save notifications are sent to the server.
getWillSaveWaitUntil() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved.
getWillSaveWaitUntil() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
Will save wait until requests are sent to the server.
getWorkspace() - Method in class org.eclipse.lsp4j.ClientCapabilities
Workspace specific client capabilities.
getWorkspace() - Method in class org.eclipse.lsp4j.ServerCapabilities
Workspace specific server capabilities
getWorkspaceEdit() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
Capabilities specific to `WorkspaceEdit`s
getWorkspaceFolders() - Method in class org.eclipse.lsp4j.InitializeParams
The workspace folders configured in the client when the server starts.
getWorkspaceFolders() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
The client has support for workspace folders.
getWorkspaceFolders() - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
The server supports workspace folder.
getWorkspaceService() - Method in interface org.eclipse.lsp4j.services.LanguageServer
Provides access to the workspace services.
getWorkspaceSymbolProvider() - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides workspace symbol support.

H

hashCode() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
 
hashCode() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
 
hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
 
hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
 
hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyItem
 
hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
 
hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
 
hashCode() - Method in class org.eclipse.lsp4j.CallHierarchyPrepareParams
 
hashCode() - Method in class org.eclipse.lsp4j.ClientCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.ClientInfo
 
hashCode() - Method in class org.eclipse.lsp4j.CodeAction
 
hashCode() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.CodeActionContext
 
hashCode() - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.CodeActionOptions
 
hashCode() - Method in class org.eclipse.lsp4j.CodeActionParams
 
hashCode() - Method in class org.eclipse.lsp4j.CodeLens
 
hashCode() - Method in class org.eclipse.lsp4j.CodeLensCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.CodeLensOptions
 
hashCode() - Method in class org.eclipse.lsp4j.CodeLensParams
 
hashCode() - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.Color
 
hashCode() - Method in class org.eclipse.lsp4j.ColorInformation
 
hashCode() - Method in class org.eclipse.lsp4j.ColoringInformation
Deprecated.
 
hashCode() - Method in class org.eclipse.lsp4j.ColoringParams
Deprecated.
 
hashCode() - Method in class org.eclipse.lsp4j.ColorPresentation
 
hashCode() - Method in class org.eclipse.lsp4j.ColorPresentationParams
 
hashCode() - Method in class org.eclipse.lsp4j.ColorProviderCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.ColorProviderOptions
 
hashCode() - Method in class org.eclipse.lsp4j.Command
 
hashCode() - Method in class org.eclipse.lsp4j.CompletionCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.CompletionContext
 
hashCode() - Method in class org.eclipse.lsp4j.CompletionItem
 
hashCode() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.CompletionList
 
hashCode() - Method in class org.eclipse.lsp4j.CompletionOptions
 
hashCode() - Method in class org.eclipse.lsp4j.CompletionParams
 
hashCode() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.ConfigurationItem
 
hashCode() - Method in class org.eclipse.lsp4j.ConfigurationParams
 
hashCode() - Method in class org.eclipse.lsp4j.CreateFile
 
hashCode() - Method in class org.eclipse.lsp4j.CreateFileOptions
 
hashCode() - Method in class org.eclipse.lsp4j.DeclarationCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.DeclarationParams
 
hashCode() - Method in class org.eclipse.lsp4j.DefinitionCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.DefinitionParams
 
hashCode() - Method in class org.eclipse.lsp4j.DeleteFile
 
hashCode() - Method in class org.eclipse.lsp4j.DeleteFileOptions
 
hashCode() - Method in class org.eclipse.lsp4j.Diagnostic
 
hashCode() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
 
hashCode() - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
 
hashCode() - Method in class org.eclipse.lsp4j.DidChangeConfigurationCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
 
hashCode() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
 
hashCode() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
 
hashCode() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
 
hashCode() - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
 
hashCode() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
 
hashCode() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentColorParams
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentFilter
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentHighlight
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentHighlightCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentHighlightParams
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentLink
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentLinkOptions
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentLinkParams
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentSymbol
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.DocumentSymbolParams
 
hashCode() - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.ExecuteCommandCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
 
hashCode() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
 
hashCode() - Method in class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.FileEvent
 
hashCode() - Method in class org.eclipse.lsp4j.FileSystemWatcher
 
hashCode() - Method in class org.eclipse.lsp4j.FoldingRange
 
hashCode() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.FoldingRangeProviderOptions
 
hashCode() - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
 
hashCode() - Method in class org.eclipse.lsp4j.FormattingCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.Hover
 
hashCode() - Method in class org.eclipse.lsp4j.HoverCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.HoverParams
 
hashCode() - Method in class org.eclipse.lsp4j.ImplementationCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.ImplementationParams
 
hashCode() - Method in class org.eclipse.lsp4j.InitializedParams
 
hashCode() - Method in class org.eclipse.lsp4j.InitializeError
 
hashCode() - Method in class org.eclipse.lsp4j.InitializeParams
 
hashCode() - Method in class org.eclipse.lsp4j.InitializeResult
 
hashCode() - Method in class org.eclipse.lsp4j.Location
 
hashCode() - Method in class org.eclipse.lsp4j.LocationLink
 
hashCode() - Method in class org.eclipse.lsp4j.MarkedString
Deprecated.
 
hashCode() - Method in class org.eclipse.lsp4j.MarkupContent
 
hashCode() - Method in class org.eclipse.lsp4j.MessageActionItem
 
hashCode() - Method in class org.eclipse.lsp4j.MessageParams
 
hashCode() - Method in class org.eclipse.lsp4j.OnTypeFormattingCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.ParameterInformation
 
hashCode() - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.Position
 
hashCode() - Method in class org.eclipse.lsp4j.PrepareRenameParams
 
hashCode() - Method in class org.eclipse.lsp4j.PrepareRenameResult
 
hashCode() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
 
hashCode() - Method in class org.eclipse.lsp4j.Range
 
hashCode() - Method in class org.eclipse.lsp4j.RangeFormattingCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.ReferenceContext
 
hashCode() - Method in class org.eclipse.lsp4j.ReferenceParams
 
hashCode() - Method in class org.eclipse.lsp4j.ReferencesCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.Registration
 
hashCode() - Method in class org.eclipse.lsp4j.RegistrationParams
 
hashCode() - Method in class org.eclipse.lsp4j.RenameCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.RenameFile
 
hashCode() - Method in class org.eclipse.lsp4j.RenameFileOptions
 
hashCode() - Method in class org.eclipse.lsp4j.RenameOptions
 
hashCode() - Method in class org.eclipse.lsp4j.RenameParams
 
hashCode() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
 
hashCode() - Method in class org.eclipse.lsp4j.ResourceChange
Deprecated.
 
hashCode() - Method in class org.eclipse.lsp4j.ResourceOperation
 
hashCode() - Method in class org.eclipse.lsp4j.SaveOptions
 
hashCode() - Method in class org.eclipse.lsp4j.SelectionRange
 
hashCode() - Method in class org.eclipse.lsp4j.SelectionRangeCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.SelectionRangeParams
 
hashCode() - Method in class org.eclipse.lsp4j.SemanticHighlightingCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
 
hashCode() - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
 
hashCode() - Method in class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.ServerCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.ServerInfo
 
hashCode() - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
 
hashCode() - Method in class org.eclipse.lsp4j.SignatureHelp
 
hashCode() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.SignatureHelpContext
 
hashCode() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
 
hashCode() - Method in class org.eclipse.lsp4j.SignatureHelpParams
 
hashCode() - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.SignatureInformation
 
hashCode() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.SymbolCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.SymbolInformation
 
hashCode() - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
 
hashCode() - Method in class org.eclipse.lsp4j.TextDocumentEdit
 
hashCode() - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
 
hashCode() - Method in class org.eclipse.lsp4j.TextDocumentItem
 
hashCode() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
 
hashCode() - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
 
hashCode() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
 
hashCode() - Method in class org.eclipse.lsp4j.TextEdit
 
hashCode() - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.TypeDefinitionParams
 
hashCode() - Method in class org.eclipse.lsp4j.TypeHierarchyCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
 
hashCode() - Method in class org.eclipse.lsp4j.TypeHierarchyParams
 
hashCode() - Method in class org.eclipse.lsp4j.Unregistration
 
hashCode() - Method in class org.eclipse.lsp4j.UnregistrationParams
 
hashCode() - Method in class org.eclipse.lsp4j.util.SemanticHighlightingTokens.Token
 
hashCode() - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
 
hashCode() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
 
hashCode() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.WorkspaceEdit
 
hashCode() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.WorkspaceFolder
 
hashCode() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
 
hashCode() - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
 
hashCode() - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
 
hashCode() - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
 
hasNext() - Method in class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
 
Hover - Class in org.eclipse.lsp4j
The result of a hover request.
Hover() - Constructor for class org.eclipse.lsp4j.Hover
 
Hover(List<Either<String, MarkedString>>) - Constructor for class org.eclipse.lsp4j.Hover
 
Hover(List<Either<String, MarkedString>>, Range) - Constructor for class org.eclipse.lsp4j.Hover
 
Hover(MarkupContent) - Constructor for class org.eclipse.lsp4j.Hover
 
Hover(MarkupContent, Range) - Constructor for class org.eclipse.lsp4j.Hover
 
hover(HoverParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The hover request is sent from the client to the server to request hover information at a given text document position.
HoverCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/hover`
HoverCapabilities() - Constructor for class org.eclipse.lsp4j.HoverCapabilities
 
HoverCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.HoverCapabilities
 
HoverCapabilities(List<String>, Boolean) - Constructor for class org.eclipse.lsp4j.HoverCapabilities
 
HoverParams - Class in org.eclipse.lsp4j
The hover request is sent from the client to the server to request hover information at a given text document position.
HoverParams() - Constructor for class org.eclipse.lsp4j.HoverParams
 
HoverParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.HoverParams
 
HoverTypeAdapter - Class in org.eclipse.lsp4j.adapters
A type adapter for the Hover protocol type.
HoverTypeAdapter(Gson) - Constructor for class org.eclipse.lsp4j.adapters.HoverTypeAdapter
 
HoverTypeAdapter.Factory - Class in org.eclipse.lsp4j.adapters
 

I

Identifier - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
implementation(ImplementationParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The goto implementation request is sent from the client to the server to resolve the implementation location of a symbol at a given text document position.
ImplementationCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/implementation`.
ImplementationCapabilities() - Constructor for class org.eclipse.lsp4j.ImplementationCapabilities
 
ImplementationCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.ImplementationCapabilities
 
ImplementationCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.ImplementationCapabilities
 
ImplementationParams - Class in org.eclipse.lsp4j
The go to implementation request is sent from the client to the server to resolve the implementation location of a symbol at a given text document position.
ImplementationParams() - Constructor for class org.eclipse.lsp4j.ImplementationParams
 
ImplementationParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.ImplementationParams
 
Imports - Static variable in class org.eclipse.lsp4j.FoldingRangeKind
Folding range for a imports or includes
Info_token - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
initialize(InitializeParams) - Method in interface org.eclipse.lsp4j.services.LanguageServer
The initialize request is sent as the first request from the client to the server.
initialized(InitializedParams) - Method in interface org.eclipse.lsp4j.services.LanguageServer
The initialized notification is sent from the client to the server after the client received the result of the initialize request but before the client is sending any other request or notification to the server.
initialized() - Method in interface org.eclipse.lsp4j.services.LanguageServer
Deprecated.
see initialized(InitializedParams)
InitializedParams - Class in org.eclipse.lsp4j
 
InitializedParams() - Constructor for class org.eclipse.lsp4j.InitializedParams
 
InitializeError - Class in org.eclipse.lsp4j
 
InitializeError() - Constructor for class org.eclipse.lsp4j.InitializeError
 
InitializeError(boolean) - Constructor for class org.eclipse.lsp4j.InitializeError
 
InitializeErrorCode - Interface in org.eclipse.lsp4j
Known error codes for an `InitializeError`
InitializeParams - Class in org.eclipse.lsp4j
The initialize request is sent as the first request from the client to the server.
InitializeParams() - Constructor for class org.eclipse.lsp4j.InitializeParams
 
InitializeParamsTypeAdapter - Class in org.eclipse.lsp4j.adapters
A type adapter for the InitializeParams protocol type.
InitializeParamsTypeAdapter(Gson) - Constructor for class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
InitializeParamsTypeAdapter.Factory - Class in org.eclipse.lsp4j.adapters
 
InitializeResult - Class in org.eclipse.lsp4j
 
InitializeResult() - Constructor for class org.eclipse.lsp4j.InitializeResult
 
InitializeResult(ServerCapabilities) - Constructor for class org.eclipse.lsp4j.InitializeResult
 
InitializeResult(ServerCapabilities, ServerInfo) - Constructor for class org.eclipse.lsp4j.InitializeResult
 
InsertTextFormat - Enum in org.eclipse.lsp4j
Defines whether the insert text in a completion item should be interpreted as plain text or a snippet.
Invalid - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
isApplied() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
Indicates whether the edit was applied or not.
isBefore(Position, Position) - Static method in class org.eclipse.lsp4j.util.Positions
true if left is strictly before than right.
isIncludeDeclaration() - Method in class org.eclipse.lsp4j.ReferenceContext
Include the declaration of the current symbol.
isIncomplete() - Method in class org.eclipse.lsp4j.CompletionList
This list it not complete.
isInsertFinalNewline() - Method in class org.eclipse.lsp4j.FormattingOptions
Insert a newline character at the end of the file if one does not exist.
isInsertSpaces() - Method in class org.eclipse.lsp4j.FormattingOptions
Prefer spaces over tabs.
isResolveProvider() - Method in class org.eclipse.lsp4j.CodeLensOptions
Code lens has a resolve provider as well.
isRetrigger() - Method in class org.eclipse.lsp4j.SignatureHelpContext
`true` if signature help was already showing when it was triggered.
isRetry() - Method in class org.eclipse.lsp4j.InitializeError
Indicates whether the client executes the following retry logic: (1) show the message provided by the ResponseError to the user (2) user selects retry or cancel (3) if user selected retry the initialize method is sent again.
isTrimFinalNewlines() - Method in class org.eclipse.lsp4j.FormattingOptions
Trim all newlines after the final newline at the end of the file.
isTrimTrailingWhitespace() - Method in class org.eclipse.lsp4j.FormattingOptions
Trim trailing whitespace on a line.

K

Keyword - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 

L

LanguageClient - Interface in org.eclipse.lsp4j.services
 
LanguageClientAware - Interface in org.eclipse.lsp4j.services
 
LanguageClientExtensions - Interface in org.eclipse.lsp4j.services
An extension interface for new methods that are not (yet) defined in the standard LSP protocol.
LanguageServer - Interface in org.eclipse.lsp4j.services
Interface for implementations of https://github.com/Microsoft/vscode-languageserver-protocol
length - Variable in class org.eclipse.lsp4j.util.SemanticHighlightingTokens.Token
The length of the token.
Location - Class in org.eclipse.lsp4j
Represents a location inside a resource, such as a line inside a text file.
Location() - Constructor for class org.eclipse.lsp4j.Location
 
Location(String, Range) - Constructor for class org.eclipse.lsp4j.Location
 
LocationLink - Class in org.eclipse.lsp4j
Represents a link between a source and a target location.
LocationLink() - Constructor for class org.eclipse.lsp4j.LocationLink
 
LocationLink(String, Range, Range) - Constructor for class org.eclipse.lsp4j.LocationLink
 
LocationLink(String, Range, Range, Range) - Constructor for class org.eclipse.lsp4j.LocationLink
 
LocationLinkListAdapter - Class in org.eclipse.lsp4j.adapters
 
LocationLinkListAdapter() - Constructor for class org.eclipse.lsp4j.adapters.LocationLinkListAdapter
 
logMessage(MessageParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
The log message notification is send from the server to the client to ask the client to log a particular message.
LSPLauncher - Class in org.eclipse.lsp4j.launch
Specialized launcher for the Language Server Protocol.
LSPLauncher.Builder<T> - Class in org.eclipse.lsp4j.launch
Launcher builder for the Language Server Protocol.

M

MARKDOWN - Static variable in class org.eclipse.lsp4j.MarkupKind
Markdown is supported as a content format.
MarkedString - Class in org.eclipse.lsp4j
Deprecated.
Use MarkupContent instead.
MarkedString() - Constructor for class org.eclipse.lsp4j.MarkedString
Deprecated.
 
MarkedString(String, String) - Constructor for class org.eclipse.lsp4j.MarkedString
Deprecated.
 
MarkupContent - Class in org.eclipse.lsp4j
A MarkupContent literal represents a string value which content is interpreted based on its kind flag.
MarkupContent() - Constructor for class org.eclipse.lsp4j.MarkupContent
 
MarkupContent(String, String) - Constructor for class org.eclipse.lsp4j.MarkupContent
 
MarkupKind - Class in org.eclipse.lsp4j
Describes the content type that a client supports in various result literals like `Hover`, `ParameterInfo` or `CompletionItem`.
MessageActionItem - Class in org.eclipse.lsp4j
The show message request is sent from a server to a client to ask the client to display a particular message in the user class.
MessageActionItem() - Constructor for class org.eclipse.lsp4j.MessageActionItem
 
MessageActionItem(String) - Constructor for class org.eclipse.lsp4j.MessageActionItem
 
MessageParams - Class in org.eclipse.lsp4j
The show message notification is sent from a server to a client to ask the client to display a particular message in the user class.
MessageParams() - Constructor for class org.eclipse.lsp4j.MessageParams
 
MessageParams(MessageType, String) - Constructor for class org.eclipse.lsp4j.MessageParams
 
MessageType - Enum in org.eclipse.lsp4j
 
Modifier_final - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
Modifier_private - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
Modifier_protected - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
Modifier_public - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
Modifier_static - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 

N

Namespace - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
next() - Method in class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
 

O

onTypeFormatting(DocumentOnTypeFormattingParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document on type formatting request is sent from the client to the server to format parts of the document during typing.
OnTypeFormattingCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/onTypeFormatting`
OnTypeFormattingCapabilities() - Constructor for class org.eclipse.lsp4j.OnTypeFormattingCapabilities
 
OnTypeFormattingCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.OnTypeFormattingCapabilities
 
Operators - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
org.eclipse.lsp4j - package org.eclipse.lsp4j
 
org.eclipse.lsp4j.adapters - package org.eclipse.lsp4j.adapters
 
org.eclipse.lsp4j.launch - package org.eclipse.lsp4j.launch
 
org.eclipse.lsp4j.services - package org.eclipse.lsp4j.services
 
org.eclipse.lsp4j.util - package org.eclipse.lsp4j.util
 

P

ParameterInformation - Class in org.eclipse.lsp4j
Represents a parameter of a callable-signature.
ParameterInformation() - Constructor for class org.eclipse.lsp4j.ParameterInformation
 
ParameterInformation(String) - Constructor for class org.eclipse.lsp4j.ParameterInformation
 
ParameterInformation(String, String) - Constructor for class org.eclipse.lsp4j.ParameterInformation
 
ParameterInformation(String, MarkupContent) - Constructor for class org.eclipse.lsp4j.ParameterInformation
 
ParameterInformationCapabilities - Class in org.eclipse.lsp4j
Client capabilities specific to parameter information.
ParameterInformationCapabilities() - Constructor for class org.eclipse.lsp4j.ParameterInformationCapabilities
 
ParameterInformationCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.ParameterInformationCapabilities
 
PLAINTEXT - Static variable in class org.eclipse.lsp4j.MarkupKind
Plain text is supported as a content format.
Position - Class in org.eclipse.lsp4j
Position in a text document expressed as zero-based line and character offset.
Position() - Constructor for class org.eclipse.lsp4j.Position
 
Position(int, int) - Constructor for class org.eclipse.lsp4j.Position
 
Positions - Class in org.eclipse.lsp4j.util
Utilities for the Position.
Preconditions - Class in org.eclipse.lsp4j.util
Utilities for checking method and constructor arguments.
Predefined - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
prepareCallHierarchy(CallHierarchyPrepareParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
Bootstraps call hierarchy by returning the item that is denoted by the given document and position.
prepareRename(PrepareRenameParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The prepare rename request is sent from the client to the server to setup and test the validity of a rename operation at a given location.
PrepareRenameParams - Class in org.eclipse.lsp4j
The prepare rename request is sent from the client to the server to setup and test the validity of a rename operation at a given location.
PrepareRenameParams() - Constructor for class org.eclipse.lsp4j.PrepareRenameParams
 
PrepareRenameParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.PrepareRenameParams
 
PrepareRenameResponseAdapter - Class in org.eclipse.lsp4j.adapters
 
PrepareRenameResponseAdapter() - Constructor for class org.eclipse.lsp4j.adapters.PrepareRenameResponseAdapter
 
PrepareRenameResult - Class in org.eclipse.lsp4j
 
PrepareRenameResult() - Constructor for class org.eclipse.lsp4j.PrepareRenameResult
 
PrepareRenameResult(Range, String) - Constructor for class org.eclipse.lsp4j.PrepareRenameResult
 
publishDiagnostics(PublishDiagnosticsParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
Diagnostics notifications are sent from the server to the client to signal results of validation runs.
PublishDiagnosticsCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to `textDocument/publishDiagnostics`.
PublishDiagnosticsCapabilities() - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
 
PublishDiagnosticsCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
 
PublishDiagnosticsCapabilities(Boolean, DiagnosticsTagSupport) - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
 
PublishDiagnosticsCapabilities(Boolean, DiagnosticsTagSupport, Boolean) - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
 
PublishDiagnosticsParams - Class in org.eclipse.lsp4j
Diagnostics notification are sent from the server to the client to signal results of validation runs.
PublishDiagnosticsParams() - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsParams
 
PublishDiagnosticsParams(String, List<Diagnostic>) - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsParams
 
PublishDiagnosticsParams(String, List<Diagnostic>, Integer) - Constructor for class org.eclipse.lsp4j.PublishDiagnosticsParams
 
putBoolean(String, Boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
 
putNumber(String, Number) - Method in class org.eclipse.lsp4j.FormattingOptions
 
putString(String, String) - Method in class org.eclipse.lsp4j.FormattingOptions
 

Q

QuickFix - Static variable in class org.eclipse.lsp4j.CodeActionKind
Base kind for quickfix actions: 'quickfix'

R

Range - Class in org.eclipse.lsp4j
A range in a text document expressed as (zero-based) start and end positions.
Range() - Constructor for class org.eclipse.lsp4j.Range
 
Range(Position, Position) - Constructor for class org.eclipse.lsp4j.Range
 
rangeFormatting(DocumentRangeFormattingParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document range formatting request is sent from the client to the server to format a given range in a document.
RangeFormattingCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/rangeFormatting`
RangeFormattingCapabilities() - Constructor for class org.eclipse.lsp4j.RangeFormattingCapabilities
 
RangeFormattingCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.RangeFormattingCapabilities
 
Ranges - Class in org.eclipse.lsp4j.util
Utility class for Range.
read(JsonReader) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
 
read(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
read(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
read(JsonReader) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
 
readCapabilities(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
readClientInfo(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
readClientName(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
readContainerName(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
readContents(JsonReader) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
 
readDeprecated(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
readInitializationOptions(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
readKind(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
readLocation(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
readName(JsonReader) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
readProcessId(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
readRange(JsonReader) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
 
readRootPath(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
readRootUri(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
readTrace(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
readUri(JsonReader) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
 
readVersion(JsonReader) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
 
readWorkspaceFolders(JsonReader) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
Refactor - Static variable in class org.eclipse.lsp4j.CodeActionKind
Base kind for refactoring actions: 'refactor'
RefactorExtract - Static variable in class org.eclipse.lsp4j.CodeActionKind
Base kind for refactoring extraction actions: 'refactor.extract' Example extract actions: - Extract method - Extract function - Extract variable - Extract interface from class - ...
RefactorInline - Static variable in class org.eclipse.lsp4j.CodeActionKind
Base kind for refactoring inline actions: 'refactor.inline' Example inline actions: - Inline function - Inline variable - Inline constant - ...
RefactorRewrite - Static variable in class org.eclipse.lsp4j.CodeActionKind
Base kind for refactoring rewrite actions: 'refactor.rewrite' Example rewrite actions: - Convert JavaScript function to class - Add or remove parameter - Encapsulate field - Make method static - Move method to base class - ...
ReferenceContext - Class in org.eclipse.lsp4j
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
ReferenceContext() - Constructor for class org.eclipse.lsp4j.ReferenceContext
 
ReferenceContext(boolean) - Constructor for class org.eclipse.lsp4j.ReferenceContext
 
ReferenceParams - Class in org.eclipse.lsp4j
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
ReferenceParams() - Constructor for class org.eclipse.lsp4j.ReferenceParams
 
ReferenceParams(TextDocumentIdentifier, Position, ReferenceContext) - Constructor for class org.eclipse.lsp4j.ReferenceParams
 
ReferenceParams(ReferenceContext) - Constructor for class org.eclipse.lsp4j.ReferenceParams
Deprecated.
references(ReferenceParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
ReferencesCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/references`
ReferencesCapabilities() - Constructor for class org.eclipse.lsp4j.ReferencesCapabilities
 
ReferencesCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.ReferencesCapabilities
 
Regexp - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
Region - Static variable in class org.eclipse.lsp4j.FoldingRangeKind
Folding range for a region (e.g.
registerCapability(RegistrationParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
The client/registerCapability request is sent from the server to the client to register for a new capability on the client side.
Registration - Class in org.eclipse.lsp4j
General parameters to register for a capability.
Registration() - Constructor for class org.eclipse.lsp4j.Registration
 
Registration(String, String) - Constructor for class org.eclipse.lsp4j.Registration
 
Registration(String, String, Object) - Constructor for class org.eclipse.lsp4j.Registration
 
RegistrationParams - Class in org.eclipse.lsp4j
The client/registerCapability request is sent from the server to the client to register for a new capability on the client side.
RegistrationParams() - Constructor for class org.eclipse.lsp4j.RegistrationParams
 
RegistrationParams(List<Registration>) - Constructor for class org.eclipse.lsp4j.RegistrationParams
 
remove() - Method in class org.eclipse.lsp4j.util.DocumentSymbols.BreadthFirstIterator
 
Rename - Static variable in class org.eclipse.lsp4j.ResourceOperationKind
Supports renaming existing files and folders.
rename(RenameParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The rename request is sent from the client to the server to do a workspace wide rename of a symbol.
RenameCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/rename`
RenameCapabilities() - Constructor for class org.eclipse.lsp4j.RenameCapabilities
 
RenameCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.RenameCapabilities
 
RenameCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.RenameCapabilities
 
RenameFile - Class in org.eclipse.lsp4j
Rename file operation
RenameFile() - Constructor for class org.eclipse.lsp4j.RenameFile
 
RenameFile(String, String) - Constructor for class org.eclipse.lsp4j.RenameFile
 
RenameFile(String, String, RenameFileOptions) - Constructor for class org.eclipse.lsp4j.RenameFile
 
RenameFileOptions - Class in org.eclipse.lsp4j
Rename file options
RenameFileOptions() - Constructor for class org.eclipse.lsp4j.RenameFileOptions
 
RenameFileOptions(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.RenameFileOptions
 
RenameOptions - Class in org.eclipse.lsp4j
Rename options
RenameOptions() - Constructor for class org.eclipse.lsp4j.RenameOptions
 
RenameParams - Class in org.eclipse.lsp4j
The rename request is sent from the client to the server to do a workspace wide rename of a symbol.
RenameParams() - Constructor for class org.eclipse.lsp4j.RenameParams
 
RenameParams(TextDocumentIdentifier, Position, String) - Constructor for class org.eclipse.lsp4j.RenameParams
 
resolveCodeLens(CodeLens) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The code lens resolve request is sent from the client to the server to resolve the command for a given code lens item.
resolveCompletionItem(CompletionItem) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The request is sent from the client to the server to resolve additional information for a given completion item.
resolveTypeHierarchy(ResolveTypeHierarchyItemParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The typeHierarchy/resolve request is sent from the client to the server to resolve an unresolved type hierarchy item.
ResolveTypeHierarchyItemParams - Class in org.eclipse.lsp4j
Request to resolve an unresolved type hierarchy item which is indicated if the parents or the children is not defined.
ResolveTypeHierarchyItemParams() - Constructor for class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
 
ResolveTypeHierarchyItemParams(TypeHierarchyItem, int, TypeHierarchyDirection) - Constructor for class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
 
ResourceChange - Class in org.eclipse.lsp4j
Deprecated.
As LSP introduces resource operation, use the ResourceOperation instead.
ResourceChange() - Constructor for class org.eclipse.lsp4j.ResourceChange
Deprecated.
 
ResourceChangeListAdapter - Class in org.eclipse.lsp4j.adapters
 
ResourceChangeListAdapter() - Constructor for class org.eclipse.lsp4j.adapters.ResourceChangeListAdapter
 
ResourceOperation - Class in org.eclipse.lsp4j
 
ResourceOperation() - Constructor for class org.eclipse.lsp4j.ResourceOperation
 
ResourceOperation(String) - Constructor for class org.eclipse.lsp4j.ResourceOperation
 
ResourceOperationKind - Class in org.eclipse.lsp4j
The kind of resource operations supported by the client.
ResourceOperationTypeAdapter - Class in org.eclipse.lsp4j.adapters
 
ResourceOperationTypeAdapter() - Constructor for class org.eclipse.lsp4j.adapters.ResourceOperationTypeAdapter
 
ResponseErrorCode - Enum in org.eclipse.lsp4j
Deprecated.
Use ResponseErrorCode instead

S

SaveOptions - Class in org.eclipse.lsp4j
Save options.
SaveOptions() - Constructor for class org.eclipse.lsp4j.SaveOptions
 
SaveOptions(Boolean) - Constructor for class org.eclipse.lsp4j.SaveOptions
 
scope - Variable in class org.eclipse.lsp4j.util.SemanticHighlightingTokens.Token
The internal index of the TextMate scope.
SelectionRange - Class in org.eclipse.lsp4j
A selection range represents a part of a selection hierarchy.
SelectionRange() - Constructor for class org.eclipse.lsp4j.SelectionRange
 
SelectionRange(Range, SelectionRange) - Constructor for class org.eclipse.lsp4j.SelectionRange
 
selectionRange(SelectionRangeParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The textDocument/selectionRange request is sent from the client to the server to return suggested selection ranges at an array of given positions.
SelectionRangeCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to `textDocument/selectionRange` requests Since 3.15.0
SelectionRangeCapabilities() - Constructor for class org.eclipse.lsp4j.SelectionRangeCapabilities
 
SelectionRangeCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SelectionRangeCapabilities
 
SelectionRangeParams - Class in org.eclipse.lsp4j
A parameter literal used in selection range requests.
SelectionRangeParams() - Constructor for class org.eclipse.lsp4j.SelectionRangeParams
 
SelectionRangeParams(TextDocumentIdentifier, List<Position>) - Constructor for class org.eclipse.lsp4j.SelectionRangeParams
 
semanticHighlighting(SemanticHighlightingParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
The textDocument/semanticHighlighting notification is pushed from the server to the client to inform the client about additional semantic highlighting information that has to be applied on the text document.
SemanticHighlightingCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to textDocument/semanticHighlighting.
SemanticHighlightingCapabilities() - Constructor for class org.eclipse.lsp4j.SemanticHighlightingCapabilities
 
SemanticHighlightingCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SemanticHighlightingCapabilities
 
SemanticHighlightingInformation - Class in org.eclipse.lsp4j
Represents a semantic highlighting information that has to be applied on a specific line of the text document.
SemanticHighlightingInformation() - Constructor for class org.eclipse.lsp4j.SemanticHighlightingInformation
 
SemanticHighlightingInformation(int, String) - Constructor for class org.eclipse.lsp4j.SemanticHighlightingInformation
 
SemanticHighlightingParams - Class in org.eclipse.lsp4j
Parameters for the semantic highlighting (server-side) push notification.
SemanticHighlightingParams() - Constructor for class org.eclipse.lsp4j.SemanticHighlightingParams
 
SemanticHighlightingParams(VersionedTextDocumentIdentifier, List<SemanticHighlightingInformation>) - Constructor for class org.eclipse.lsp4j.SemanticHighlightingParams
 
SemanticHighlightingServerCapabilities - Class in org.eclipse.lsp4j
Semantic highlighting server capabilities.
SemanticHighlightingServerCapabilities() - Constructor for class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
 
SemanticHighlightingServerCapabilities(List<List<String>>) - Constructor for class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
 
SemanticHighlightingTokens - Class in org.eclipse.lsp4j.util
Utility class for encoding and decoding semantic highlighting tokens into a compact, base64 representation.
SemanticHighlightingTokens.Token - Class in org.eclipse.lsp4j.util
The bare minimum representation of a semantic highlighting token.
ServerCapabilities - Class in org.eclipse.lsp4j
 
ServerCapabilities() - Constructor for class org.eclipse.lsp4j.ServerCapabilities
 
ServerInfo - Class in org.eclipse.lsp4j
Information about the server.
ServerInfo() - Constructor for class org.eclipse.lsp4j.ServerInfo
 
ServerInfo(String) - Constructor for class org.eclipse.lsp4j.ServerInfo
 
ServerInfo(String, String) - Constructor for class org.eclipse.lsp4j.ServerInfo
 
setActions(List<MessageActionItem>) - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
The message action items to present.
setActiveParameter(Integer) - Method in class org.eclipse.lsp4j.SignatureHelp
The active parameter of the active signature.
setActiveSignature(Integer) - Method in class org.eclipse.lsp4j.SignatureHelp
The active signature.
setActiveSignatureHelp(SignatureHelp) - Method in class org.eclipse.lsp4j.SignatureHelpContext
The currently active `SignatureHelp`.
setAdded(List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
The array of added workspace folders
setAdditionalTextEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.ColorPresentation
An optional array of additional text edits that are applied when selecting this color presentation.
setAdditionalTextEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.CompletionItem
An optional array of additional text edits that are applied when selecting this completion.
setAlpha(double) - Method in class org.eclipse.lsp4j.Color
The alpha component of this color in the range [0-1].
setApplied(boolean) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
Indicates whether the edit was applied or not.
setApplyEdit(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
The client supports applying batch edits to the workspace by supporting the request 'workspace/applyEdit'.
setArguments(List<Object>) - Method in class org.eclipse.lsp4j.Command
Arguments that the command handler should be invoked with.
setArguments(List<Object>) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
Arguments that the command should be invoked with.
setBlue(double) - Method in class org.eclipse.lsp4j.Color
The blue component of this color in the range [0-1].
setCallHierarchy(CallHierarchyCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to textDocument/callHierarchy.
setCallHierarchyProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides Call Hierarchy support.
setCallHierarchyProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setCallHierarchyProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setCapabilities(ClientCapabilities) - Method in class org.eclipse.lsp4j.InitializeParams
The capabilities provided by the client (editor)
setCapabilities(ServerCapabilities) - Method in class org.eclipse.lsp4j.InitializeResult
The capabilities the language server provides.
setCh(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
The character that has been typed.
setChange(TextDocumentSyncKind) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
Change notifications are sent to the server.
setChangeNotifications(Either<String, Boolean>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
Whether the server wants to receive workspace folder change notifications.
setChangeNotifications(String) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
 
setChangeNotifications(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
 
setChanges(List<FileEvent>) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
The actual file events.
setChanges(Map<String, List<TextEdit>>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
Holds changes to existing resources.
setCharacter(int) - Method in class org.eclipse.lsp4j.Position
Character offset on a line in a document (zero-based).
setChildren(List<DocumentSymbol>) - Method in class org.eclipse.lsp4j.DocumentSymbol
Children of this symbol, e.g.
setChildren(List<TypeHierarchyItem>) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
If this type hierarchy item is resolved, it contains the direct children of the current item.
setClientInfo(ClientInfo) - Method in class org.eclipse.lsp4j.InitializeParams
Information about the client Since 3.15.0
setClientName(String) - Method in class org.eclipse.lsp4j.InitializeParams
Deprecated.
Use clientInfo instead.
setCode(Either<String, Number>) - Method in class org.eclipse.lsp4j.Diagnostic
The diagnostic's code.
setCode(String) - Method in class org.eclipse.lsp4j.Diagnostic
 
setCode(Number) - Method in class org.eclipse.lsp4j.Diagnostic
 
setCodeAction(CodeActionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/codeAction`
setCodeActionKind(CodeActionKindCapabilities) - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
The code action kind is support with the following value set.
setCodeActionKinds(List<String>) - Method in class org.eclipse.lsp4j.CodeActionOptions
CodeActionKinds that this server may return.
setCodeActionLiteralSupport(CodeActionLiteralSupportCapabilities) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
The client support code action literals as a valid response of the `textDocument/codeAction` request.
setCodeActionProvider(Either<Boolean, CodeActionOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides code actions.
setCodeActionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setCodeActionProvider(CodeActionOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setCodeLens(CodeLensCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/codeLens`
setCodeLensProvider(CodeLensOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides code lens.
setColor(Color) - Method in class org.eclipse.lsp4j.ColorInformation
The actual color value for this color range.
setColor(Color) - Method in class org.eclipse.lsp4j.ColorPresentationParams
The color information to request presentations for.
setColorProvider(Either<Boolean, ColorProviderOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides color provider support.
setColorProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setColorProvider(ColorProviderOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setColorProvider(ColorProviderCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/documentColor` and the `textDocument/colorPresentation` request.
setCommand(Command) - Method in class org.eclipse.lsp4j.CodeAction
A command this code action executes.
setCommand(Command) - Method in class org.eclipse.lsp4j.CodeLens
The command this code lens represents.
setCommand(String) - Method in class org.eclipse.lsp4j.Command
The identifier of the actual command handler.
setCommand(Command) - Method in class org.eclipse.lsp4j.CompletionItem
An optional command that is executed *after* inserting this completion.
setCommand(String) - Method in class org.eclipse.lsp4j.ExecuteCommandParams
The identifier of the actual command handler.
setCommands(List<String>) - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
The commands to be executed on the server
setCommands(List<String>) - Method in class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
The commands to be executed on the server
setCommitCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionItem
An optional set of characters that when pressed while this completion is active will accept it first and then type that character.
setCommitCharactersSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports commit characters on a completion item.
setCompletion(CompletionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/completion`
setCompletionItem(CompletionItemCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
The client supports the following `CompletionItem` specific capabilities.
setCompletionItemKind(CompletionItemKindCapabilities) - Method in class org.eclipse.lsp4j.CompletionCapabilities
The client supports the following `CompletionItemKind` specific capabilities.
setCompletionProvider(CompletionOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides completion support.
setConfiguration(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
The client supports `workspace/configuration` requests.
setContainerName(String) - Method in class org.eclipse.lsp4j.SymbolInformation
The name of the symbol containing this symbol.
setContentChanges(List<TextDocumentContentChangeEvent>) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
The actual content changes.
setContentFormat(List<String>) - Method in class org.eclipse.lsp4j.HoverCapabilities
Client supports the following content formats for the content property.
setContents(Either<List<Either<String, MarkedString>>, MarkupContent>) - Method in class org.eclipse.lsp4j.Hover
The hover's content as markdown
setContents(List<Either<String, MarkedString>>) - Method in class org.eclipse.lsp4j.Hover
 
setContents(MarkupContent) - Method in class org.eclipse.lsp4j.Hover
 
setContext(CodeActionContext) - Method in class org.eclipse.lsp4j.CodeActionParams
Context carrying additional information.
setContext(CompletionContext) - Method in class org.eclipse.lsp4j.CompletionParams
The completion context.
setContext(ReferenceContext) - Method in class org.eclipse.lsp4j.ReferenceParams
 
setContext(SignatureHelpContext) - Method in class org.eclipse.lsp4j.SignatureHelpParams
The signature help context.
setContextSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionCapabilities
The client supports sending additional context information for a `textDocument/completion` request.
setContextSupport(Boolean) - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
The client supports to send additional context information for a `textDocument/signatureHelp` request.
setCurrent(String) - Method in class org.eclipse.lsp4j.ResourceChange
Deprecated.
The Uri for current resource.
setData(Object) - Method in class org.eclipse.lsp4j.CodeLens
An data entry field that is preserved on a code lens item between a code lens and a code lens resolve request.
setData(Object) - Method in class org.eclipse.lsp4j.CompletionItem
An data entry field that is preserved on a completion item between a completion and a completion resolve request.
setData(Object) - Method in class org.eclipse.lsp4j.DocumentLink
A data entry field that is preserved on a document link between a DocumentLinkRequest and a DocumentLinkResolveRequest.
setData(Object) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
An optional data field can be used to identify a type hierarchy item in a resolve request.
setDeclaration(DeclarationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/declaration` Since 3.14.0
setDeclarationProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides go to declaration support.
setDeclarationProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setDeclarationProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setDefinition(DefinitionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/definition` Since 3.14.0
setDefinitionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides goto definition support.
setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.CompletionItem
Indicates if this item is deprecated.
setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbol
Indicates if this symbol is deprecated.
setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.SymbolInformation
Indicates if this symbol is deprecated.
setDeprecated(Boolean) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
true if the hierarchy item is deprecated.
setDeprecatedSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports the deprecated property on a completion item.
setDetail(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
More detail for this item, e.g the signature of a function.
setDetail(String) - Method in class org.eclipse.lsp4j.CompletionItem
A human-readable string with additional information about this item, like type or symbol information.
setDetail(String) - Method in class org.eclipse.lsp4j.DocumentSymbol
More detail for this symbol, e.g the signature of a function.
setDetail(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
Optional detail for the hierarchy item.
setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.CodeAction
The diagnostics that this code action resolves.
setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.CodeActionContext
An array of diagnostics.
setDiagnostics(List<Diagnostic>) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
An array of diagnostic information items.
setDidChangeConfiguration(DidChangeConfigurationCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
Capabilities specific to the `workspace/didChangeConfiguration` notification.
setDidChangeWatchedFiles(DidChangeWatchedFilesCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
Capabilities specific to the `workspace/didChangeConfiguration` notification.
setDidSave(Boolean) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
The client supports did save notifications.
setDirection(TypeHierarchyDirection) - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
The direction of the type hierarchy resolution.
setDirection(TypeHierarchyDirection) - Method in class org.eclipse.lsp4j.TypeHierarchyParams
The direction of the type hierarchy resolution.
setDocumentation(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.CompletionItem
A human-readable string that represents a doc-comment.
setDocumentation(String) - Method in class org.eclipse.lsp4j.CompletionItem
 
setDocumentation(MarkupContent) - Method in class org.eclipse.lsp4j.CompletionItem
 
setDocumentation(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.ParameterInformation
The human-readable doc-comment of this signature.
setDocumentation(String) - Method in class org.eclipse.lsp4j.ParameterInformation
 
setDocumentation(MarkupContent) - Method in class org.eclipse.lsp4j.ParameterInformation
 
setDocumentation(Either<String, MarkupContent>) - Method in class org.eclipse.lsp4j.SignatureInformation
The human-readable doc-comment of this signature.
setDocumentation(String) - Method in class org.eclipse.lsp4j.SignatureInformation
 
setDocumentation(MarkupContent) - Method in class org.eclipse.lsp4j.SignatureInformation
 
setDocumentationFormat(List<String>) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports the following content formats for the documentation property.
setDocumentationFormat(List<String>) - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
Client supports the following content formats for the documentation property.
setDocumentChanges(List<Either<TextDocumentEdit, ResourceOperation>>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
An array of `TextDocumentEdit`s to express changes to specific a specific version of a text document.
setDocumentChanges(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
The client supports versioned document changes in `WorkspaceEdit`s
setDocumentFormattingProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document formatting.
setDocumentHighlight(DocumentHighlightCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/documentHighlight`
setDocumentHighlightProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document highlight support.
setDocumentLink(DocumentLinkCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/documentLink`
setDocumentLinkProvider(DocumentLinkOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document link support.
setDocumentOnTypeFormattingProvider(DocumentOnTypeFormattingOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document formatting on typing.
setDocumentRangeFormattingProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document range formatting.
setDocumentSelector(List<DocumentFilter>) - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
A document selector to identify the scope of the registration.
setDocumentSymbol(DocumentSymbolCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/documentSymbol`
setDocumentSymbolProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides document symbol support.
setDynamicRegistration(Boolean) - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
Supports dynamic registration.
setEdit(WorkspaceEdit) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
The edits to apply.
setEdit(WorkspaceEdit) - Method in class org.eclipse.lsp4j.CodeAction
The workspace edit this code action performs.
setEdits(List<TextEdit>) - Method in class org.eclipse.lsp4j.TextDocumentEdit
The edits to be applied
setEnd(Position) - Method in class org.eclipse.lsp4j.Range
The range's end position
setEndCharacter(Integer) - Method in class org.eclipse.lsp4j.FoldingRange
The zero-based character offset before the folded range ends.
setEndLine(int) - Method in class org.eclipse.lsp4j.FoldingRange
The zero-based line number where the folded range ends.
setEvent(WorkspaceFoldersChangeEvent) - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
The actual workspace folder change event.
setExecuteCommand(ExecuteCommandCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
Capabilities specific to the `workspace/executeCommand` request.
setExecuteCommandProvider(ExecuteCommandOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides execute command support.
setExperimental(Object) - Method in class org.eclipse.lsp4j.ClientCapabilities
Experimental client capabilities.
setExperimental(Object) - Method in class org.eclipse.lsp4j.ServerCapabilities
Experimental server capabilities.
setFailureHandling(String) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
The failure handling strategy of a client if applying the workspace edit fails.
setFilterText(String) - Method in class org.eclipse.lsp4j.CompletionItem
A string that should be used when filtering a set of completion items.
setFirstTriggerCharacter(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
A character on which formatting should be triggered, like `}`.
setFirstTriggerCharacter(String) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
A character on which formatting should be triggered, like `}`.
setFoldingRange(FoldingRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to `textDocument/foldingRange` requests.
setFoldingRangeProvider(Either<Boolean, FoldingRangeProviderOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides folding provider support.
setFoldingRangeProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setFoldingRangeProvider(FoldingRangeProviderOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setFormatting(FormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/formatting`
setFrom(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
The item that makes the call.
setFromRanges(List<Range>) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
The range at which at which the calls appears.
setFromRanges(List<Range>) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
The range at which this item is called.
setGlobPattern(String) - Method in class org.eclipse.lsp4j.FileSystemWatcher
The glob pattern to watch
setGreen(double) - Method in class org.eclipse.lsp4j.Color
The green component of this color in the range [0-1].
setHierarchicalDocumentSymbolSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
The client support hierarchical document symbols.
setHover(HoverCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/hover`
setHoverProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides hover support.
setId(String) - Method in class org.eclipse.lsp4j.Registration
The id used to register the request.
setId(String) - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
The id used to register the request.
setId(String) - Method in class org.eclipse.lsp4j.Unregistration
The id used to unregister the request or notification.
setIgnoreIfExists(Boolean) - Method in class org.eclipse.lsp4j.CreateFileOptions
Ignore if exists.
setIgnoreIfExists(Boolean) - Method in class org.eclipse.lsp4j.RenameFileOptions
Ignores if target exists.
setIgnoreIfNotExists(Boolean) - Method in class org.eclipse.lsp4j.DeleteFileOptions
Ignore the operation if the file doesn't exist.
setImplementation(ImplementationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/implementation` Since 3.6.0
setImplementationProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides Goto Implementation support.
setImplementationProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setImplementationProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setIncludeDeclaration(boolean) - Method in class org.eclipse.lsp4j.ReferenceContext
Include the declaration of the current symbol.
setIncludeText(Boolean) - Method in class org.eclipse.lsp4j.SaveOptions
The client is supposed to include the content on save.
setIncludeText(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
The client is supposed to include the content on save.
setInfos(List<? extends ColoringInformation>) - Method in class org.eclipse.lsp4j.ColoringParams
Deprecated.
A list of coloring information instances.
setInitializationOptions(Object) - Method in class org.eclipse.lsp4j.InitializeParams
User provided initialization options.
setInsertFinalNewline(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
 
setInsertSpaces(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
 
setInsertText(String) - Method in class org.eclipse.lsp4j.CompletionItem
A string that should be inserted a document when selecting this completion.
setInsertTextFormat(InsertTextFormat) - Method in class org.eclipse.lsp4j.CompletionItem
The format of the insert text.
setIsIncomplete(boolean) - Method in class org.eclipse.lsp4j.CompletionList
This list it not complete.
setIsPreferred(Boolean) - Method in class org.eclipse.lsp4j.CodeAction
Marks this as a preferred action.
setIsPreferredSupport(Boolean) - Method in class org.eclipse.lsp4j.CodeActionCapabilities
Whether code action supports the `isPreferred` property.
setIsRetrigger(boolean) - Method in class org.eclipse.lsp4j.SignatureHelpContext
`true` if signature help was already showing when it was triggered.
setItem(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
 
setItem(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
 
setItem(TypeHierarchyItem) - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
The hierarchy item to resolve.
setItems(List<CompletionItem>) - Method in class org.eclipse.lsp4j.CompletionList
The completion items.
setItems(List<ConfigurationItem>) - Method in class org.eclipse.lsp4j.ConfigurationParams
 
setKind(SymbolKind) - Method in class org.eclipse.lsp4j.CallHierarchyItem
The kind of this item.
setKind(String) - Method in class org.eclipse.lsp4j.CodeAction
The kind of the code action.
setKind(CompletionItemKind) - Method in class org.eclipse.lsp4j.CompletionItem
The kind of this completion item.
setKind(DocumentHighlightKind) - Method in class org.eclipse.lsp4j.DocumentHighlight
The highlight kind, default is DocumentHighlightKind.Text.
setKind(SymbolKind) - Method in class org.eclipse.lsp4j.DocumentSymbol
The kind of this symbol.
setKind(Integer) - Method in class org.eclipse.lsp4j.FileSystemWatcher
The kind of events of interest.
setKind(String) - Method in class org.eclipse.lsp4j.FoldingRange
Describes the kind of the folding range such as `comment' or 'region'.
setKind(String) - Method in class org.eclipse.lsp4j.MarkupContent
The type of the Markup.
setKind(String) - Method in class org.eclipse.lsp4j.ResourceOperation
 
setKind(SymbolKind) - Method in class org.eclipse.lsp4j.SymbolInformation
The kind of this symbol.
setKind(SymbolKind) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
The kind of the hierarchy item.
setLabel(String) - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
An optional label of the workspace edit.
setLabel(String) - Method in class org.eclipse.lsp4j.ColorPresentation
The label of this color presentation.
setLabel(String) - Method in class org.eclipse.lsp4j.CompletionItem
The label of this completion item.
setLabel(Either<String, Tuple.Two<Integer, Integer>>) - Method in class org.eclipse.lsp4j.ParameterInformation
The label of this parameter information.
setLabel(String) - Method in class org.eclipse.lsp4j.ParameterInformation
 
setLabel(Tuple.Two<Integer, Integer>) - Method in class org.eclipse.lsp4j.ParameterInformation
 
setLabel(String) - Method in class org.eclipse.lsp4j.SignatureInformation
The label of this signature.
setLabelOffsetSupport(Boolean) - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
The client supports processing label offsets instead of a simple label string.
setLanguage(String) - Method in class org.eclipse.lsp4j.DocumentFilter
A language id, like `typescript`.
setLanguage(String) - Method in class org.eclipse.lsp4j.MarkedString
Deprecated.
 
setLanguageId(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
The text document's language identifier
setLine(int) - Method in class org.eclipse.lsp4j.Position
Line position in a document (zero-based).
setLine(int) - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
The zero-based line position in the text document.
setLineFoldingOnly(Boolean) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
If set, the client signals that it only supports folding complete lines.
setLines(List<SemanticHighlightingInformation>) - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
An array of semantic highlighting information.
setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.DeclarationCapabilities
The client supports additional metadata in the form of declaration links.
setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.DefinitionCapabilities
The client supports additional metadata in the form of definition links.
setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.ImplementationCapabilities
The client supports additional metadata in the form of definition links.
setLinkSupport(Boolean) - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
The client supports additional metadata in the form of definition links.
setLocation(Location) - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
The location of this related diagnostic information.
setLocation(Location) - Method in class org.eclipse.lsp4j.SymbolInformation
The location of this symbol.
setMessage(String) - Method in class org.eclipse.lsp4j.Diagnostic
The diagnostic's message.
setMessage(String) - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
The message of this related diagnostic information.
setMessage(String) - Method in class org.eclipse.lsp4j.MessageParams
The actual message.
setMethod(String) - Method in class org.eclipse.lsp4j.Registration
The method / capability to register for.
setMethod(String) - Method in class org.eclipse.lsp4j.Unregistration
The method / capability to unregister for.
setMoreTriggerCharacter(List<String>) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
More trigger characters.
setMoreTriggerCharacter(List<String>) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
More trigger characters.
setName(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
The name of the item targeted by the call hierarchy request.
setName(String) - Method in class org.eclipse.lsp4j.ClientInfo
The name of the client as defined by the client.
setName(String) - Method in class org.eclipse.lsp4j.DocumentSymbol
The name of this symbol.
setName(String) - Method in class org.eclipse.lsp4j.ServerInfo
The name of the server as defined by the server.
setName(String) - Method in class org.eclipse.lsp4j.SymbolInformation
The name of this symbol.
setName(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
The human readable name of the hierarchy item.
setName(String) - Method in class org.eclipse.lsp4j.WorkspaceFolder
The name of the workspace folder.
setNewName(String) - Method in class org.eclipse.lsp4j.RenameParams
The new name of the symbol.
setNewText(String) - Method in class org.eclipse.lsp4j.TextEdit
The string to be inserted.
setNewUri(String) - Method in class org.eclipse.lsp4j.RenameFile
The new location.
setNewUri(String) - Method in class org.eclipse.lsp4j.ResourceChange
Deprecated.
The new uri for the resource.
setOldUri(String) - Method in class org.eclipse.lsp4j.RenameFile
The old (existing) location.
setOnly(List<String>) - Method in class org.eclipse.lsp4j.CodeActionContext
Requested kind of actions to return.
setOnTypeFormatting(OnTypeFormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/onTypeFormatting`
setOpenClose(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
Open and close notifications are sent to the server.
setOptions(CreateFileOptions) - Method in class org.eclipse.lsp4j.CreateFile
Additional options
setOptions(DeleteFileOptions) - Method in class org.eclipse.lsp4j.DeleteFile
Delete options.
setOptions(FormattingOptions) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
The format options
setOptions(RenameFileOptions) - Method in class org.eclipse.lsp4j.RenameFile
Rename options.
setOriginSelectionRange(Range) - Method in class org.eclipse.lsp4j.LocationLink
Span of the origin of this link.
setOverwrite(Boolean) - Method in class org.eclipse.lsp4j.CreateFileOptions
Overwrite existing file.
setOverwrite(Boolean) - Method in class org.eclipse.lsp4j.RenameFileOptions
Overwrite target if existing.
setParameterInformation(ParameterInformationCapabilities) - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
Client capabilities specific to parameter information.
setParameters(List<ParameterInformation>) - Method in class org.eclipse.lsp4j.SignatureInformation
The parameters of this signature.
setParent(SelectionRange) - Method in class org.eclipse.lsp4j.SelectionRange
The parent selection range containing this range.
setParents(List<TypeHierarchyItem>) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
If this type hierarchy item is resolved, it contains the direct parents.
setPattern(String) - Method in class org.eclipse.lsp4j.DocumentFilter
A glob pattern, like `*.{ts,js}`.
setPlaceholder(String) - Method in class org.eclipse.lsp4j.PrepareRenameResult
A placeholder text of the string content to be renamed.
setPosition(Position) - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
The position at which this request was send.
setPosition(Position) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
The position inside the text document.
setPositions(List<Position>) - Method in class org.eclipse.lsp4j.SelectionRangeParams
The positions inside the text document.
setPrepareProvider(Boolean) - Method in class org.eclipse.lsp4j.RenameOptions
Renames should be checked and tested before being executed.
setPrepareSupport(Boolean) - Method in class org.eclipse.lsp4j.RenameCapabilities
Client supports testing for validity of rename operations before execution.
setPreselect(Boolean) - Method in class org.eclipse.lsp4j.CompletionItem
Select this item when showing.
setPreselectSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports the preselect property on a completion item.
setProcessId(Integer) - Method in class org.eclipse.lsp4j.InitializeParams
The process Id of the parent process that started the server.
setProperties(Map<String, String>) - Method in class org.eclipse.lsp4j.FormattingOptions
Deprecated.
See https://github.com/eclipse/lsp4j/issues/99
setPublishDiagnostics(PublishDiagnosticsCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to `textDocument/publishDiagnostics`.
setQuery(String) - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
A query string to filter symbols by.
setRange(Range) - Method in class org.eclipse.lsp4j.CallHierarchyItem
The range enclosing this symbol not including leading/trailing whitespace but everything else like comments.
setRange(Range) - Method in class org.eclipse.lsp4j.CodeActionParams
The range for which the command was invoked.
setRange(Range) - Method in class org.eclipse.lsp4j.CodeLens
The range in which this code lens is valid.
setRange(Range) - Method in class org.eclipse.lsp4j.ColorInformation
The range in the document where this color appears.
setRange(Range) - Method in class org.eclipse.lsp4j.ColoringInformation
Deprecated.
The range that should be highlighted on the client-side.
setRange(Range) - Method in class org.eclipse.lsp4j.ColorPresentationParams
The range where the color would be inserted.
setRange(Range) - Method in class org.eclipse.lsp4j.Diagnostic
The range at which the message applies
setRange(Range) - Method in class org.eclipse.lsp4j.DocumentHighlight
The range this highlight applies to.
setRange(Range) - Method in class org.eclipse.lsp4j.DocumentLink
The range this link applies to.
setRange(Range) - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
The range to format
setRange(Range) - Method in class org.eclipse.lsp4j.DocumentSymbol
The range enclosing this symbol not including leading/trailing whitespace but everything else like comments.
setRange(Range) - Method in class org.eclipse.lsp4j.Hover
An optional range
setRange(Range) - Method in class org.eclipse.lsp4j.Location
 
setRange(Range) - Method in class org.eclipse.lsp4j.PrepareRenameResult
The range of the string to rename
setRange(Range) - Method in class org.eclipse.lsp4j.SelectionRange
The [range](#Range) of this selection range.
setRange(Range) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
The range of the document that changed.
setRange(Range) - Method in class org.eclipse.lsp4j.TextEdit
The range of the text document to be manipulated.
setRange(Range) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
The range enclosing this type hierarchy item not including leading/trailing whitespace but everything else like comments.
setRangeFormatting(RangeFormattingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/rangeFormatting`
setRangeLength(Integer) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
Deprecated.
Use range instead.
setRangeLimit(Integer) - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
The maximum number of folding ranges that the client prefers to receive per document.
setReason(TextDocumentSaveReason) - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
A reason why a text document is saved.
setRecursive(Boolean) - Method in class org.eclipse.lsp4j.DeleteFileOptions
Delete the content recursively if a folder is denoted.
setRed(double) - Method in class org.eclipse.lsp4j.Color
The red component of this color in the range [0-1].
setReferences(ReferencesCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/references`
setReferencesProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides find references support.
setRegisterOptions(Object) - Method in class org.eclipse.lsp4j.Registration
Options necessary for the registration.
setRegistrations(List<Registration>) - Method in class org.eclipse.lsp4j.RegistrationParams
 
setRelatedInformation(List<DiagnosticRelatedInformation>) - Method in class org.eclipse.lsp4j.Diagnostic
An array of related diagnostic information, e.g.
setRelatedInformation(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
Whether the client accepts diagnostics with related information.
setRemoved(List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
The array of the removed workspace folders
setRename(RenameCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/rename`
setRenameProvider(Either<Boolean, RenameOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides rename support.
setRenameProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setRenameProvider(RenameOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setResolve(int) - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
The number of hierarchy levels to resolve.
setResolve(int) - Method in class org.eclipse.lsp4j.TypeHierarchyParams
The number of hierarchy levels to resolve.
setResolveProvider(boolean) - Method in class org.eclipse.lsp4j.CodeLensOptions
Code lens has a resolve provider as well.
setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
Code lens has a resolve provider as well.
setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CompletionOptions
The server provides support to resolve additional information for a completion item.
setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
The server provides support to resolve additional information for a completion item.
setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkOptions
Document links have a resolve provider as well.
setResolveProvider(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
Document links have a resolve provider as well.
setResourceChanges(List<Either<ResourceChange, TextDocumentEdit>>) - Method in class org.eclipse.lsp4j.WorkspaceEdit
Deprecated.
Since LSP introduces resource operations, use the WorkspaceEdit.documentChanges instead
setResourceChanges(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
Deprecated.
Since LSP introduces resource operations, use {link #resourceOperations}
setResourceOperations(List<String>) - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
The resource operations the client supports.
setRetriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpOptions
List of characters that re-trigger signature help.
setRetry(boolean) - Method in class org.eclipse.lsp4j.InitializeError
Indicates whether the client executes the following retry logic: (1) show the message provided by the ResponseError to the user (2) user selects retry or cancel (3) if user selected retry the initialize method is sent again.
setRootPath(String) - Method in class org.eclipse.lsp4j.InitializeParams
Deprecated.
Use rootUri instead.
setRootUri(String) - Method in class org.eclipse.lsp4j.InitializeParams
The rootUri of the workspace.
setSave(SaveOptions) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
Save notifications are sent to the server.
setScheme(String) - Method in class org.eclipse.lsp4j.DocumentFilter
A uri scheme, like `file` or `untitled`.
setScopes(List<List<String>>) - Method in class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
A "lookup table" of semantic highlighting TextMate scopes supported by the language server.
setScopeUri(String) - Method in class org.eclipse.lsp4j.ConfigurationItem
The scope to get the configuration section for.
setSection(String) - Method in class org.eclipse.lsp4j.ConfigurationItem
The configuration section asked for.
setSelectionRange(Range) - Method in class org.eclipse.lsp4j.CallHierarchyItem
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
setSelectionRange(Range) - Method in class org.eclipse.lsp4j.DocumentSymbol
The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
setSelectionRange(SelectionRangeCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to `textDocument/selectionRange` requests Since 3.15.0
setSelectionRange(Range) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
The range that should be selected and revealed when this type hierarchy item is being picked, e.g the name of a function.
setSelectionRangeProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides selection range support.
setSelectionRangeProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setSelectionRangeProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setSemanticHighlighting(Boolean) - Method in class org.eclipse.lsp4j.SemanticHighlightingCapabilities
The client supports semantic highlighting.
setSemanticHighlighting(SemanticHighlightingServerCapabilities) - Method in class org.eclipse.lsp4j.ServerCapabilities
Semantic highlighting server capabilities.
setSemanticHighlightingCapabilities(SemanticHighlightingCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to textDocument/semanticHighlighting.
setServerInfo(ServerInfo) - Method in class org.eclipse.lsp4j.InitializeResult
Information about the server.
setSettings(Object) - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
The actual changed settings.
setSeverity(DiagnosticSeverity) - Method in class org.eclipse.lsp4j.Diagnostic
The diagnostic's severity.
setSignatureHelp(SignatureHelpCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/signatureHelp`
setSignatureHelpProvider(SignatureHelpOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides signature help support.
setSignatureInformation(SignatureInformationCapabilities) - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
The client supports the following `SignatureInformation` specific properties.
setSignatures(List<SignatureInformation>) - Method in class org.eclipse.lsp4j.SignatureHelp
One or more signatures.
setSnippetSupport(Boolean) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports snippets as insert text.
setSortText(String) - Method in class org.eclipse.lsp4j.CompletionItem
A string that should be used when comparing this item with other items.
setSource(String) - Method in class org.eclipse.lsp4j.Diagnostic
A human-readable string describing the source of this diagnostic, e.g.
setStart(Position) - Method in class org.eclipse.lsp4j.Range
The range's start position
setStartCharacter(Integer) - Method in class org.eclipse.lsp4j.FoldingRange
The zero-based character offset from where the folded range starts.
setStartLine(int) - Method in class org.eclipse.lsp4j.FoldingRange
The zero-based line number from where the folded range starts.
setStyles(List<Integer>) - Method in class org.eclipse.lsp4j.ColoringInformation
Deprecated.
A list of highlighting styles, that should be applied on the range.
setSupported(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
The server has support for workspace folders
setSymbol(SymbolCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
Capabilities specific to the `workspace/symbol` request.
setSymbolKind(SymbolKindCapabilities) - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
Specific capabilities for the `SymbolKind`.
setSymbolKind(SymbolKindCapabilities) - Method in class org.eclipse.lsp4j.SymbolCapabilities
Specific capabilities for the `SymbolKind` in the `workspace/symbol` request.
setSynchronization(SynchronizationCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
 
setSyncKind(TextDocumentSyncKind) - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
How documents are synced to the server.
setTabSize(int) - Method in class org.eclipse.lsp4j.FormattingOptions
 
setTags(List<SymbolTag>) - Method in class org.eclipse.lsp4j.CallHierarchyItem
Tags for this item.
setTags(List<CompletionItemTag>) - Method in class org.eclipse.lsp4j.CompletionItem
Tags for this completion item.
setTags(List<DiagnosticTag>) - Method in class org.eclipse.lsp4j.Diagnostic
Additional metadata about the diagnostic.
setTagSupport(CompletionItemTagSupportCapabilities) - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
Client supports the tag property on a completion item.
setTagSupport(Either<Boolean, DiagnosticsTagSupport>) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
Client supports the tag property to provide meta data about a diagnostic.
setTagSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
 
setTagSupport(DiagnosticsTagSupport) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
 
setTarget(String) - Method in class org.eclipse.lsp4j.DocumentLink
The uri this link points to.
setTargetRange(Range) - Method in class org.eclipse.lsp4j.LocationLink
The full target range of this link.
setTargetSelectionRange(Range) - Method in class org.eclipse.lsp4j.LocationLink
The range that should be selected and revealed when this link is being followed, e.g the name of a function.
setTargetUri(String) - Method in class org.eclipse.lsp4j.LocationLink
The target resource identifier of this link.
setText(String) - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
Deprecated.
setText(String) - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
Optional the content when saved.
setText(String) - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
The new text of the range/document.
setText(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
The content of the opened text document.
setTextDocument(TextDocumentClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
Text document specific client capabilities.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.CodeActionParams
The document in which the command was invoked.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.CodeLensParams
The document to request code lens for.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.ColorPresentationParams
The text document.
setTextDocument(VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
The document that did change.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
The document that was closed.
setTextDocument(TextDocumentItem) - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
The document that was opened.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
The document that was closed.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentColorParams
The text document.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentFormattingParams
The document to format.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentLinkParams
The document to provide document links for.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.DocumentSymbolParams
The text document.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
The text document.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SelectionRangeParams
The text document.
setTextDocument(VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
The text document that has to be decorated with the semantic highlighting information.
setTextDocument(VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.TextDocumentEdit
The text document to change.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
The text document.
setTextDocument(TextDocumentIdentifier) - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
The document that will be saved.
setTextDocumentSync(Either<TextDocumentSyncKind, TextDocumentSyncOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
Defines how text documents are synced.
setTextDocumentSync(TextDocumentSyncKind) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setTextDocumentSync(TextDocumentSyncOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setTextEdit(TextEdit) - Method in class org.eclipse.lsp4j.ColorPresentation
An edit which is applied to a document when selecting this presentation for the color.
setTextEdit(TextEdit) - Method in class org.eclipse.lsp4j.CompletionItem
An edit which is applied to a document when selecting this completion.
setTitle(String) - Method in class org.eclipse.lsp4j.CodeAction
A short, human-readable, title for this code action.
setTitle(String) - Method in class org.eclipse.lsp4j.Command
Title of the command, like `save`.
setTitle(String) - Method in class org.eclipse.lsp4j.MessageActionItem
A short title like 'Retry', 'Open Log' etc.
setTo(CallHierarchyItem) - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
The item that is called.
setTokens(String) - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
A base64 encoded string representing every single highlighted ranges in the line with its start position, length and the "lookup table" index of of the semantic highlighting TextMate scopes.
setTooltip(String) - Method in class org.eclipse.lsp4j.DocumentLink
The tooltip text when you hover over this link.
setTooltipSupport(Boolean) - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
Whether the client supports the `tooltip` property on `DocumentLink`.
setTrace(String) - Method in class org.eclipse.lsp4j.InitializeParams
The initial trace setting.
setTriggerCharacter(String) - Method in class org.eclipse.lsp4j.CompletionContext
The trigger character (a single character) that has trigger code complete.
setTriggerCharacter(String) - Method in class org.eclipse.lsp4j.SignatureHelpContext
Character that caused signature help to be triggered.
setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionOptions
The characters that trigger completion automatically.
setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
Most tools trigger completion request automatically without explicitly requesting it using a keyboard shortcut (e.g.
setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpOptions
The characters that trigger signature help automatically.
setTriggerCharacters(List<String>) - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
The characters that trigger signature help automatically.
setTriggerKind(CompletionTriggerKind) - Method in class org.eclipse.lsp4j.CompletionContext
How the completion was triggered.
setTriggerKind(SignatureHelpTriggerKind) - Method in class org.eclipse.lsp4j.SignatureHelpContext
Action that caused signature help to be triggered.
setTrimFinalNewlines(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
 
setTrimTrailingWhitespace(boolean) - Method in class org.eclipse.lsp4j.FormattingOptions
 
setType(FileChangeType) - Method in class org.eclipse.lsp4j.FileEvent
The change type.
setType(MessageType) - Method in class org.eclipse.lsp4j.MessageParams
The message type.
setTypeDefinition(TypeDefinitionCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to the `textDocument/typeDefinition` Since 3.6.0
setTypeDefinitionProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides Goto Type Definition support.
setTypeDefinitionProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setTypeDefinitionProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setTypeHierarchyCapabilities(TypeHierarchyCapabilities) - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
Capabilities specific to textDocument/typeHierarchy.
setTypeHierarchyProvider(Either<Boolean, StaticRegistrationOptions>) - Method in class org.eclipse.lsp4j.ServerCapabilities
Server capability for calculating super- and subtype hierarchies.
setTypeHierarchyProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setTypeHierarchyProvider(StaticRegistrationOptions) - Method in class org.eclipse.lsp4j.ServerCapabilities
 
setUnregisterations(List<Unregistration>) - Method in class org.eclipse.lsp4j.UnregistrationParams
 
setUri(String) - Method in class org.eclipse.lsp4j.CallHierarchyItem
The resource identifier of this item.
setUri(String) - Method in class org.eclipse.lsp4j.ColoringParams
Deprecated.
The URI for which coloring information is reported.
setUri(String) - Method in class org.eclipse.lsp4j.CreateFile
The resource to create.
setUri(String) - Method in class org.eclipse.lsp4j.DeleteFile
The file to delete.
setUri(String) - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
Deprecated.
setUri(String) - Method in class org.eclipse.lsp4j.FileEvent
The file's uri.
setUri(String) - Method in class org.eclipse.lsp4j.Location
 
setUri(String) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
The URI for which diagnostic information is reported.
setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
The text document's uri.
setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentItem
The text document's uri.
setUri(String) - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
Deprecated.
setUri(String) - Method in class org.eclipse.lsp4j.TypeHierarchyItem
The URI of the text document where this type hierarchy item belongs to.
setUri(String) - Method in class org.eclipse.lsp4j.WorkspaceFolder
The associated URI for this workspace folder.
setValue(String) - Method in class org.eclipse.lsp4j.MarkedString
Deprecated.
 
setValue(String) - Method in class org.eclipse.lsp4j.MarkupContent
The content itself.
setValueSet(List<String>) - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
The code action kind values the client supports.
setValueSet(List<CompletionItemKind>) - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
The completion item kind values the client supports.
setValueSet(List<CompletionItemTag>) - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
The tags supported by the client.
setValueSet(List<DiagnosticTag>) - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
The tags supported by the client.
setValueSet(List<SymbolKind>) - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
The symbol kind values the client supports.
setVersion(String) - Method in class org.eclipse.lsp4j.ClientInfo
The client's version as defined by the client.
setVersion(Integer) - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
Optional the version number of the document the diagnostics are published for.
setVersion(String) - Method in class org.eclipse.lsp4j.ServerInfo
The server's version as defined by the server.
setVersion(int) - Method in class org.eclipse.lsp4j.TextDocumentItem
The version number of this document (it will strictly increase after each change, including undo/redo).
setVersion(Integer) - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
The version number of this document.
setVersionSupport(Boolean) - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
Whether the client interprets the version property of the `textDocument/publishDiagnostics` notification's parameter.
setWatchers(List<FileSystemWatcher>) - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
The watchers to register.
setWillSave(Boolean) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
The client supports sending will save notifications.
setWillSave(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
Will save notifications are sent to the server.
setWillSaveWaitUntil(Boolean) - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved.
setWillSaveWaitUntil(Boolean) - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
Will save wait until requests are sent to the server.
setWorkspace(WorkspaceClientCapabilities) - Method in class org.eclipse.lsp4j.ClientCapabilities
Workspace specific client capabilities.
setWorkspace(WorkspaceServerCapabilities) - Method in class org.eclipse.lsp4j.ServerCapabilities
Workspace specific server capabilities
setWorkspaceEdit(WorkspaceEditCapabilities) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
Capabilities specific to `WorkspaceEdit`s
setWorkspaceFolders(List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.InitializeParams
The workspace folders configured in the client when the server starts.
setWorkspaceFolders(Boolean) - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
The client has support for workspace folders.
setWorkspaceFolders(WorkspaceFoldersOptions) - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
The server supports workspace folder.
setWorkspaceSymbolProvider(Boolean) - Method in class org.eclipse.lsp4j.ServerCapabilities
The server provides workspace symbol support.
showMessage(MessageParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.
showMessageRequest(ShowMessageRequestParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
The show message request is sent from a server to a client to ask the client to display a particular message in the user interface.
ShowMessageRequestParams - Class in org.eclipse.lsp4j
The show message request is sent from a server to a client to ask the client to display a particular message in the user class.
ShowMessageRequestParams() - Constructor for class org.eclipse.lsp4j.ShowMessageRequestParams
 
ShowMessageRequestParams(List<MessageActionItem>) - Constructor for class org.eclipse.lsp4j.ShowMessageRequestParams
 
shutdown() - Method in interface org.eclipse.lsp4j.services.LanguageServer
The shutdown request is sent from the client to the server.
signatureHelp(SignatureHelpParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The signature help request is sent from the client to the server to request signature information at a given cursor position.
SignatureHelp - Class in org.eclipse.lsp4j
Signature help represents the signature of something callable.
SignatureHelp() - Constructor for class org.eclipse.lsp4j.SignatureHelp
 
SignatureHelp(List<SignatureInformation>, Integer, Integer) - Constructor for class org.eclipse.lsp4j.SignatureHelp
 
SignatureHelpCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/signatureHelp`
SignatureHelpCapabilities() - Constructor for class org.eclipse.lsp4j.SignatureHelpCapabilities
 
SignatureHelpCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SignatureHelpCapabilities
 
SignatureHelpCapabilities(SignatureInformationCapabilities, Boolean) - Constructor for class org.eclipse.lsp4j.SignatureHelpCapabilities
 
SignatureHelpContext - Class in org.eclipse.lsp4j
Additional information about the context in which a signature help request was triggered.
SignatureHelpContext() - Constructor for class org.eclipse.lsp4j.SignatureHelpContext
 
SignatureHelpContext(SignatureHelpTriggerKind, boolean) - Constructor for class org.eclipse.lsp4j.SignatureHelpContext
 
SignatureHelpOptions - Class in org.eclipse.lsp4j
Signature help options.
SignatureHelpOptions() - Constructor for class org.eclipse.lsp4j.SignatureHelpOptions
 
SignatureHelpOptions(List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpOptions
 
SignatureHelpOptions(List<String>, List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpOptions
 
SignatureHelpParams - Class in org.eclipse.lsp4j
The signature help request is sent from the client to the server to request signature information at a given cursor position.
SignatureHelpParams() - Constructor for class org.eclipse.lsp4j.SignatureHelpParams
 
SignatureHelpParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.SignatureHelpParams
 
SignatureHelpParams(TextDocumentIdentifier, Position, SignatureHelpContext) - Constructor for class org.eclipse.lsp4j.SignatureHelpParams
 
SignatureHelpRegistrationOptions - Class in org.eclipse.lsp4j
 
SignatureHelpRegistrationOptions() - Constructor for class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
 
SignatureHelpRegistrationOptions(List<String>) - Constructor for class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
 
SignatureHelpTriggerKind - Enum in org.eclipse.lsp4j
How a signature help was triggered.
SignatureInformation - Class in org.eclipse.lsp4j
Represents the signature of something callable.
SignatureInformation() - Constructor for class org.eclipse.lsp4j.SignatureInformation
 
SignatureInformation(String) - Constructor for class org.eclipse.lsp4j.SignatureInformation
 
SignatureInformation(String, String, List<ParameterInformation>) - Constructor for class org.eclipse.lsp4j.SignatureInformation
 
SignatureInformation(String, MarkupContent, List<ParameterInformation>) - Constructor for class org.eclipse.lsp4j.SignatureInformation
 
SignatureInformationCapabilities - Class in org.eclipse.lsp4j
The client supports the following `SignatureInformation` specific properties.
SignatureInformationCapabilities() - Constructor for class org.eclipse.lsp4j.SignatureInformationCapabilities
 
SignatureInformationCapabilities(List<String>) - Constructor for class org.eclipse.lsp4j.SignatureInformationCapabilities
 
Source - Static variable in class org.eclipse.lsp4j.CodeActionKind
Base kind for source actions: `source` Source code actions apply to the entire file.
SourceOrganizeImports - Static variable in class org.eclipse.lsp4j.CodeActionKind
Base kind for an organize imports source action: `source.organizeImports`
StaticRegistrationOptions - Class in org.eclipse.lsp4j
Static registration options to be returned in the initialize request.
StaticRegistrationOptions() - Constructor for class org.eclipse.lsp4j.StaticRegistrationOptions
 
StaticRegistrationOptions(String) - Constructor for class org.eclipse.lsp4j.StaticRegistrationOptions
 
String - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
String_escape - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
symbol(WorkspaceSymbolParams) - Method in interface org.eclipse.lsp4j.services.WorkspaceService
The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
SymbolCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `workspace/symbol` request.
SymbolCapabilities() - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
 
SymbolCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
 
SymbolCapabilities(SymbolKindCapabilities) - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
 
SymbolCapabilities(SymbolKindCapabilities, Boolean) - Constructor for class org.eclipse.lsp4j.SymbolCapabilities
 
SymbolInformation - Class in org.eclipse.lsp4j
Represents information about programming constructs like variables, classes, interfaces etc.
SymbolInformation() - Constructor for class org.eclipse.lsp4j.SymbolInformation
 
SymbolInformation(String, SymbolKind, Location) - Constructor for class org.eclipse.lsp4j.SymbolInformation
 
SymbolInformation(String, SymbolKind, Location, String) - Constructor for class org.eclipse.lsp4j.SymbolInformation
 
SymbolInformationTypeAdapter - Class in org.eclipse.lsp4j.adapters
A type adapter for the SymbolInformation protocol type.
SymbolInformationTypeAdapter(Gson) - Constructor for class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
SymbolInformationTypeAdapter.Factory - Class in org.eclipse.lsp4j.adapters
 
SymbolKind - Enum in org.eclipse.lsp4j
 
SymbolKindCapabilities - Class in org.eclipse.lsp4j
Specific capabilities for the `SymbolKind`.
SymbolKindCapabilities() - Constructor for class org.eclipse.lsp4j.SymbolKindCapabilities
 
SymbolKindCapabilities(List<SymbolKind>) - Constructor for class org.eclipse.lsp4j.SymbolKindCapabilities
 
SymbolTag - Enum in org.eclipse.lsp4j
Symbol tags are extra annotations that tweak the rendering of a symbol.
SynchronizationCapabilities - Class in org.eclipse.lsp4j
 
SynchronizationCapabilities() - Constructor for class org.eclipse.lsp4j.SynchronizationCapabilities
 
SynchronizationCapabilities(Boolean, Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.SynchronizationCapabilities
 
SynchronizationCapabilities(Boolean, Boolean, Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.SynchronizationCapabilities
 

T

Tag - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
telemetryEvent(Object) - Method in interface org.eclipse.lsp4j.services.LanguageClient
The telemetry notification is sent from the server to the client to ask the client to log a telemetry event.
TextDocumentChangeRegistrationOptions - Class in org.eclipse.lsp4j
Describe options to be used when registered for text document change events.
TextDocumentChangeRegistrationOptions() - Constructor for class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
 
TextDocumentChangeRegistrationOptions(TextDocumentSyncKind) - Constructor for class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
 
TextDocumentClientCapabilities - Class in org.eclipse.lsp4j
Text document specific client capabilities.
TextDocumentClientCapabilities() - Constructor for class org.eclipse.lsp4j.TextDocumentClientCapabilities
 
TextDocumentContentChangeEvent - Class in org.eclipse.lsp4j
An event describing a change to a text document.
TextDocumentContentChangeEvent() - Constructor for class org.eclipse.lsp4j.TextDocumentContentChangeEvent
 
TextDocumentContentChangeEvent(String) - Constructor for class org.eclipse.lsp4j.TextDocumentContentChangeEvent
 
TextDocumentContentChangeEvent(Range, Integer, String) - Constructor for class org.eclipse.lsp4j.TextDocumentContentChangeEvent
 
TextDocumentEdit - Class in org.eclipse.lsp4j
Describes textual changes on a single text document.
TextDocumentEdit() - Constructor for class org.eclipse.lsp4j.TextDocumentEdit
 
TextDocumentEdit(VersionedTextDocumentIdentifier, List<TextEdit>) - Constructor for class org.eclipse.lsp4j.TextDocumentEdit
 
TextDocumentIdentifier - Class in org.eclipse.lsp4j
Text documents are identified using an URI.
TextDocumentIdentifier() - Constructor for class org.eclipse.lsp4j.TextDocumentIdentifier
 
TextDocumentIdentifier(String) - Constructor for class org.eclipse.lsp4j.TextDocumentIdentifier
 
TextDocumentItem - Class in org.eclipse.lsp4j
An item to transfer a text document from the client to the server.
TextDocumentItem() - Constructor for class org.eclipse.lsp4j.TextDocumentItem
 
TextDocumentItem(String, String, int, String) - Constructor for class org.eclipse.lsp4j.TextDocumentItem
 
TextDocumentPositionParams - Class in org.eclipse.lsp4j
A parameter literal used in requests to pass a text document and a position inside that document.
TextDocumentPositionParams() - Constructor for class org.eclipse.lsp4j.TextDocumentPositionParams
 
TextDocumentPositionParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.TextDocumentPositionParams
 
TextDocumentPositionParams(TextDocumentIdentifier, String, Position) - Constructor for class org.eclipse.lsp4j.TextDocumentPositionParams
Deprecated.
TextDocumentRegistrationOptions - Class in org.eclipse.lsp4j
Since most of the registration options require to specify a document selector there is a base interface that can be used.
TextDocumentRegistrationOptions() - Constructor for class org.eclipse.lsp4j.TextDocumentRegistrationOptions
 
TextDocumentRegistrationOptions(List<DocumentFilter>) - Constructor for class org.eclipse.lsp4j.TextDocumentRegistrationOptions
 
TextDocumentSaveReason - Enum in org.eclipse.lsp4j
Represents reasons why a text document is saved.
TextDocumentSaveRegistrationOptions - Class in org.eclipse.lsp4j
 
TextDocumentSaveRegistrationOptions() - Constructor for class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
 
TextDocumentSaveRegistrationOptions(Boolean) - Constructor for class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
 
TextDocumentService - Interface in org.eclipse.lsp4j.services
 
TextDocumentSyncKind - Enum in org.eclipse.lsp4j
Defines how text documents are synced.
TextDocumentSyncOptions - Class in org.eclipse.lsp4j
 
TextDocumentSyncOptions() - Constructor for class org.eclipse.lsp4j.TextDocumentSyncOptions
 
TextEdit - Class in org.eclipse.lsp4j
A textual edit applicable to a text document.
TextEdit() - Constructor for class org.eclipse.lsp4j.TextEdit
 
TextEdit(Range, String) - Constructor for class org.eclipse.lsp4j.TextEdit
 
TextOnlyTransactional - Static variable in class org.eclipse.lsp4j.FailureHandlingKind
If the workspace edit contains only textual file changes they are executed transactional.
toIntArray(Iterable<? extends SemanticHighlightingTokens.Token>) - Static method in class org.eclipse.lsp4j.util.SemanticHighlightingTokens.Token
Converts an iterable of tokens into an array of primitive integers.
Token(int, int, int) - Constructor for class org.eclipse.lsp4j.util.SemanticHighlightingTokens.Token
Creates a new highlighting token.
toString() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditParams
 
toString() - Method in class org.eclipse.lsp4j.ApplyWorkspaceEditResponse
 
toString() - Method in class org.eclipse.lsp4j.CallHierarchyCapabilities
 
toString() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCall
 
toString() - Method in class org.eclipse.lsp4j.CallHierarchyIncomingCallsParams
 
toString() - Method in class org.eclipse.lsp4j.CallHierarchyItem
 
toString() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCall
 
toString() - Method in class org.eclipse.lsp4j.CallHierarchyOutgoingCallsParams
 
toString() - Method in class org.eclipse.lsp4j.CallHierarchyPrepareParams
 
toString() - Method in class org.eclipse.lsp4j.ClientCapabilities
 
toString() - Method in class org.eclipse.lsp4j.ClientInfo
 
toString() - Method in class org.eclipse.lsp4j.CodeAction
 
toString() - Method in class org.eclipse.lsp4j.CodeActionCapabilities
 
toString() - Method in class org.eclipse.lsp4j.CodeActionContext
 
toString() - Method in class org.eclipse.lsp4j.CodeActionKindCapabilities
 
toString() - Method in class org.eclipse.lsp4j.CodeActionLiteralSupportCapabilities
 
toString() - Method in class org.eclipse.lsp4j.CodeActionOptions
 
toString() - Method in class org.eclipse.lsp4j.CodeActionParams
 
toString() - Method in class org.eclipse.lsp4j.CodeLens
 
toString() - Method in class org.eclipse.lsp4j.CodeLensCapabilities
 
toString() - Method in class org.eclipse.lsp4j.CodeLensOptions
 
toString() - Method in class org.eclipse.lsp4j.CodeLensParams
 
toString() - Method in class org.eclipse.lsp4j.CodeLensRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.Color
 
toString() - Method in class org.eclipse.lsp4j.ColorInformation
 
toString() - Method in class org.eclipse.lsp4j.ColoringInformation
Deprecated.
 
toString() - Method in class org.eclipse.lsp4j.ColoringParams
Deprecated.
 
toString() - Method in class org.eclipse.lsp4j.ColorPresentation
 
toString() - Method in class org.eclipse.lsp4j.ColorPresentationParams
 
toString() - Method in class org.eclipse.lsp4j.ColorProviderCapabilities
 
toString() - Method in class org.eclipse.lsp4j.ColorProviderOptions
 
toString() - Method in class org.eclipse.lsp4j.Command
 
toString() - Method in class org.eclipse.lsp4j.CompletionCapabilities
 
toString() - Method in class org.eclipse.lsp4j.CompletionContext
 
toString() - Method in class org.eclipse.lsp4j.CompletionItem
 
toString() - Method in class org.eclipse.lsp4j.CompletionItemCapabilities
 
toString() - Method in class org.eclipse.lsp4j.CompletionItemKindCapabilities
 
toString() - Method in class org.eclipse.lsp4j.CompletionItemTagSupportCapabilities
 
toString() - Method in class org.eclipse.lsp4j.CompletionList
 
toString() - Method in class org.eclipse.lsp4j.CompletionOptions
 
toString() - Method in class org.eclipse.lsp4j.CompletionParams
 
toString() - Method in class org.eclipse.lsp4j.CompletionRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.ConfigurationItem
 
toString() - Method in class org.eclipse.lsp4j.ConfigurationParams
 
toString() - Method in class org.eclipse.lsp4j.CreateFile
 
toString() - Method in class org.eclipse.lsp4j.CreateFileOptions
 
toString() - Method in class org.eclipse.lsp4j.DeclarationCapabilities
 
toString() - Method in class org.eclipse.lsp4j.DeclarationParams
 
toString() - Method in class org.eclipse.lsp4j.DefinitionCapabilities
 
toString() - Method in class org.eclipse.lsp4j.DefinitionParams
 
toString() - Method in class org.eclipse.lsp4j.DeleteFile
 
toString() - Method in class org.eclipse.lsp4j.DeleteFileOptions
 
toString() - Method in class org.eclipse.lsp4j.Diagnostic
 
toString() - Method in class org.eclipse.lsp4j.DiagnosticRelatedInformation
 
toString() - Method in class org.eclipse.lsp4j.DiagnosticsTagSupport
 
toString() - Method in class org.eclipse.lsp4j.DidChangeConfigurationCapabilities
 
toString() - Method in class org.eclipse.lsp4j.DidChangeConfigurationParams
 
toString() - Method in class org.eclipse.lsp4j.DidChangeTextDocumentParams
 
toString() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesCapabilities
 
toString() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesParams
 
toString() - Method in class org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams
 
toString() - Method in class org.eclipse.lsp4j.DidCloseTextDocumentParams
 
toString() - Method in class org.eclipse.lsp4j.DidOpenTextDocumentParams
 
toString() - Method in class org.eclipse.lsp4j.DidSaveTextDocumentParams
 
toString() - Method in class org.eclipse.lsp4j.DocumentColorParams
 
toString() - Method in class org.eclipse.lsp4j.DocumentFilter
 
toString() - Method in class org.eclipse.lsp4j.DocumentFormattingParams
 
toString() - Method in class org.eclipse.lsp4j.DocumentHighlight
 
toString() - Method in class org.eclipse.lsp4j.DocumentHighlightCapabilities
 
toString() - Method in class org.eclipse.lsp4j.DocumentHighlightParams
 
toString() - Method in class org.eclipse.lsp4j.DocumentLink
 
toString() - Method in class org.eclipse.lsp4j.DocumentLinkCapabilities
 
toString() - Method in class org.eclipse.lsp4j.DocumentLinkOptions
 
toString() - Method in class org.eclipse.lsp4j.DocumentLinkParams
 
toString() - Method in class org.eclipse.lsp4j.DocumentLinkRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingOptions
 
toString() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingParams
 
toString() - Method in class org.eclipse.lsp4j.DocumentOnTypeFormattingRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.DocumentRangeFormattingParams
 
toString() - Method in class org.eclipse.lsp4j.DocumentSymbol
 
toString() - Method in class org.eclipse.lsp4j.DocumentSymbolCapabilities
 
toString() - Method in class org.eclipse.lsp4j.DocumentSymbolParams
 
toString() - Method in class org.eclipse.lsp4j.DynamicRegistrationCapabilities
 
toString() - Method in class org.eclipse.lsp4j.ExecuteCommandCapabilities
 
toString() - Method in class org.eclipse.lsp4j.ExecuteCommandOptions
 
toString() - Method in class org.eclipse.lsp4j.ExecuteCommandParams
 
toString() - Method in class org.eclipse.lsp4j.ExecuteCommandRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.FileEvent
 
toString() - Method in class org.eclipse.lsp4j.FileSystemWatcher
 
toString() - Method in class org.eclipse.lsp4j.FoldingRange
 
toString() - Method in class org.eclipse.lsp4j.FoldingRangeCapabilities
 
toString() - Method in class org.eclipse.lsp4j.FoldingRangeProviderOptions
 
toString() - Method in class org.eclipse.lsp4j.FoldingRangeRequestParams
 
toString() - Method in class org.eclipse.lsp4j.FormattingCapabilities
 
toString() - Method in class org.eclipse.lsp4j.Hover
 
toString() - Method in class org.eclipse.lsp4j.HoverCapabilities
 
toString() - Method in class org.eclipse.lsp4j.HoverParams
 
toString() - Method in class org.eclipse.lsp4j.ImplementationCapabilities
 
toString() - Method in class org.eclipse.lsp4j.ImplementationParams
 
toString() - Method in class org.eclipse.lsp4j.InitializedParams
 
toString() - Method in class org.eclipse.lsp4j.InitializeError
 
toString() - Method in class org.eclipse.lsp4j.InitializeParams
 
toString() - Method in class org.eclipse.lsp4j.InitializeResult
 
toString() - Method in class org.eclipse.lsp4j.Location
 
toString() - Method in class org.eclipse.lsp4j.LocationLink
 
toString() - Method in class org.eclipse.lsp4j.MarkedString
Deprecated.
 
toString() - Method in class org.eclipse.lsp4j.MarkupContent
 
toString() - Method in class org.eclipse.lsp4j.MessageActionItem
 
toString() - Method in class org.eclipse.lsp4j.MessageParams
 
toString() - Method in class org.eclipse.lsp4j.OnTypeFormattingCapabilities
 
toString() - Method in class org.eclipse.lsp4j.ParameterInformation
 
toString() - Method in class org.eclipse.lsp4j.ParameterInformationCapabilities
 
toString() - Method in class org.eclipse.lsp4j.Position
 
toString() - Method in class org.eclipse.lsp4j.PrepareRenameParams
 
toString() - Method in class org.eclipse.lsp4j.PrepareRenameResult
 
toString() - Method in class org.eclipse.lsp4j.PublishDiagnosticsCapabilities
 
toString() - Method in class org.eclipse.lsp4j.PublishDiagnosticsParams
 
toString() - Method in class org.eclipse.lsp4j.Range
 
toString() - Method in class org.eclipse.lsp4j.RangeFormattingCapabilities
 
toString() - Method in class org.eclipse.lsp4j.ReferenceContext
 
toString() - Method in class org.eclipse.lsp4j.ReferenceParams
 
toString() - Method in class org.eclipse.lsp4j.ReferencesCapabilities
 
toString() - Method in class org.eclipse.lsp4j.Registration
 
toString() - Method in class org.eclipse.lsp4j.RegistrationParams
 
toString() - Method in class org.eclipse.lsp4j.RenameCapabilities
 
toString() - Method in class org.eclipse.lsp4j.RenameFile
 
toString() - Method in class org.eclipse.lsp4j.RenameFileOptions
 
toString() - Method in class org.eclipse.lsp4j.RenameOptions
 
toString() - Method in class org.eclipse.lsp4j.RenameParams
 
toString() - Method in class org.eclipse.lsp4j.ResolveTypeHierarchyItemParams
 
toString() - Method in class org.eclipse.lsp4j.ResourceChange
Deprecated.
 
toString() - Method in class org.eclipse.lsp4j.ResourceOperation
 
toString() - Method in class org.eclipse.lsp4j.SaveOptions
 
toString() - Method in class org.eclipse.lsp4j.SelectionRange
 
toString() - Method in class org.eclipse.lsp4j.SelectionRangeCapabilities
 
toString() - Method in class org.eclipse.lsp4j.SelectionRangeParams
 
toString() - Method in class org.eclipse.lsp4j.SemanticHighlightingCapabilities
 
toString() - Method in class org.eclipse.lsp4j.SemanticHighlightingInformation
 
toString() - Method in class org.eclipse.lsp4j.SemanticHighlightingParams
 
toString() - Method in class org.eclipse.lsp4j.SemanticHighlightingServerCapabilities
 
toString() - Method in class org.eclipse.lsp4j.ServerCapabilities
 
toString() - Method in class org.eclipse.lsp4j.ServerInfo
 
toString() - Method in class org.eclipse.lsp4j.ShowMessageRequestParams
 
toString() - Method in class org.eclipse.lsp4j.SignatureHelp
 
toString() - Method in class org.eclipse.lsp4j.SignatureHelpCapabilities
 
toString() - Method in class org.eclipse.lsp4j.SignatureHelpContext
 
toString() - Method in class org.eclipse.lsp4j.SignatureHelpOptions
 
toString() - Method in class org.eclipse.lsp4j.SignatureHelpParams
 
toString() - Method in class org.eclipse.lsp4j.SignatureHelpRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.SignatureInformation
 
toString() - Method in class org.eclipse.lsp4j.SignatureInformationCapabilities
 
toString() - Method in class org.eclipse.lsp4j.StaticRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.SymbolCapabilities
 
toString() - Method in class org.eclipse.lsp4j.SymbolInformation
 
toString() - Method in class org.eclipse.lsp4j.SymbolKindCapabilities
 
toString() - Method in class org.eclipse.lsp4j.SynchronizationCapabilities
 
toString() - Method in class org.eclipse.lsp4j.TextDocumentChangeRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.TextDocumentClientCapabilities
 
toString() - Method in class org.eclipse.lsp4j.TextDocumentContentChangeEvent
 
toString() - Method in class org.eclipse.lsp4j.TextDocumentEdit
 
toString() - Method in class org.eclipse.lsp4j.TextDocumentIdentifier
 
toString() - Method in class org.eclipse.lsp4j.TextDocumentItem
 
toString() - Method in class org.eclipse.lsp4j.TextDocumentPositionParams
 
toString() - Method in class org.eclipse.lsp4j.TextDocumentRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
 
toString() - Method in class org.eclipse.lsp4j.TextDocumentSyncOptions
 
toString() - Method in class org.eclipse.lsp4j.TextEdit
 
toString() - Method in class org.eclipse.lsp4j.TypeDefinitionCapabilities
 
toString() - Method in class org.eclipse.lsp4j.TypeDefinitionParams
 
toString() - Method in class org.eclipse.lsp4j.TypeHierarchyCapabilities
 
toString() - Method in class org.eclipse.lsp4j.TypeHierarchyItem
 
toString() - Method in class org.eclipse.lsp4j.TypeHierarchyParams
 
toString() - Method in class org.eclipse.lsp4j.Unregistration
 
toString() - Method in class org.eclipse.lsp4j.UnregistrationParams
 
toString() - Method in class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
 
toString() - Method in class org.eclipse.lsp4j.WillSaveTextDocumentParams
 
toString() - Method in class org.eclipse.lsp4j.WorkspaceClientCapabilities
 
toString() - Method in class org.eclipse.lsp4j.WorkspaceEdit
 
toString() - Method in class org.eclipse.lsp4j.WorkspaceEditCapabilities
 
toString() - Method in class org.eclipse.lsp4j.WorkspaceFolder
 
toString() - Method in class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
 
toString() - Method in class org.eclipse.lsp4j.WorkspaceFoldersOptions
 
toString() - Method in class org.eclipse.lsp4j.WorkspaceServerCapabilities
 
toString() - Method in class org.eclipse.lsp4j.WorkspaceSymbolParams
 
Transactional - Static variable in class org.eclipse.lsp4j.FailureHandlingKind
All operations are executed transactional.
Type - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
typeDefinition(TypeDefinitionParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The goto type definition request is sent from the client to the server to resolve the type definition location of a symbol at a given text document position.
TypeDefinitionCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the `textDocument/typeDefinition` Since 3.6.0
TypeDefinitionCapabilities() - Constructor for class org.eclipse.lsp4j.TypeDefinitionCapabilities
 
TypeDefinitionCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.TypeDefinitionCapabilities
 
TypeDefinitionCapabilities(Boolean, Boolean) - Constructor for class org.eclipse.lsp4j.TypeDefinitionCapabilities
 
TypeDefinitionParams - Class in org.eclipse.lsp4j
The go to type definition request is sent from the client to the server to resolve the type definition location of a symbol at a given text document position.
TypeDefinitionParams() - Constructor for class org.eclipse.lsp4j.TypeDefinitionParams
 
TypeDefinitionParams(TextDocumentIdentifier, Position) - Constructor for class org.eclipse.lsp4j.TypeDefinitionParams
 
typeHierarchy(TypeHierarchyParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The textDocument/typeHierarchy request is sent from the client to the server to retrieve a type hierarchy item based on the cursor position in the text document.
TypeHierarchyCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to the textDocument/typeHierarchy.
TypeHierarchyCapabilities() - Constructor for class org.eclipse.lsp4j.TypeHierarchyCapabilities
 
TypeHierarchyCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.TypeHierarchyCapabilities
 
TypeHierarchyDirection - Enum in org.eclipse.lsp4j
Direction specific to the textDocument/typeHierarchy and typeHierarchy/resolve LS methods.
TypeHierarchyItem - Class in org.eclipse.lsp4j
Representation of an item that carries type information (such as class, interface, enumeration, etc) with additional parentage details.
TypeHierarchyItem() - Constructor for class org.eclipse.lsp4j.TypeHierarchyItem
 
TypeHierarchyParams - Class in org.eclipse.lsp4j
The type hierarchy request is sent from the client resolve a type hierarchy item for a give cursor location in the text document.
TypeHierarchyParams() - Constructor for class org.eclipse.lsp4j.TypeHierarchyParams
 

U

Undo - Static variable in class org.eclipse.lsp4j.FailureHandlingKind
The client tries to undo the operations already executed.
unknownProtocolVersion - Static variable in interface org.eclipse.lsp4j.InitializeErrorCode
Deprecated.
This initialize error got replaced by client capabilities. There is no version handshake in version 3.0x
unregisterCapability(UnregistrationParams) - Method in interface org.eclipse.lsp4j.services.LanguageClient
The client/unregisterCapability request is sent from the server to the client to unregister a previously register capability.
Unregistration - Class in org.eclipse.lsp4j
General parameters to unregister a capability.
Unregistration() - Constructor for class org.eclipse.lsp4j.Unregistration
 
Unregistration(String, String) - Constructor for class org.eclipse.lsp4j.Unregistration
 
UnregistrationParams - Class in org.eclipse.lsp4j
The client/unregisterCapability request is sent from the server to the client to unregister a previously registered capability.
UnregistrationParams() - Constructor for class org.eclipse.lsp4j.UnregistrationParams
 
UnregistrationParams(List<Unregistration>) - Constructor for class org.eclipse.lsp4j.UnregistrationParams
 
updateColoring(ColoringParams) - Method in interface org.eclipse.lsp4j.services.LanguageClientExtensions

V

valueOf(String) - Static method in enum org.eclipse.lsp4j.CallHierarchyDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.CompletionItemKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.CompletionItemTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.CompletionTriggerKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.DiagnosticSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.DiagnosticTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.DocumentHighlightKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.FileChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.InsertTextFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.ResponseErrorCode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.SignatureHelpTriggerKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.SymbolKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.SymbolTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.TextDocumentSaveReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.TextDocumentSyncKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.lsp4j.TypeHierarchyDirection
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.lsp4j.CallHierarchyDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.CompletionItemKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.CompletionItemTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.CompletionTriggerKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.DiagnosticSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.DiagnosticTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.DocumentHighlightKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.FileChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.InsertTextFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.ResponseErrorCode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.SignatureHelpTriggerKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.SymbolKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.SymbolTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.TextDocumentSaveReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.TextDocumentSyncKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.lsp4j.TypeHierarchyDirection
Returns an array containing the constants of this enum type, in the order they are declared.
VersionedTextDocumentIdentifier - Class in org.eclipse.lsp4j
An identifier to denote a specific version of a text document.
VersionedTextDocumentIdentifier() - Constructor for class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
 
VersionedTextDocumentIdentifier(String, Integer) - Constructor for class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
 
VersionedTextDocumentIdentifier(Integer) - Constructor for class org.eclipse.lsp4j.VersionedTextDocumentIdentifier
Deprecated.
VersionedTextDocumentIdentifierTypeAdapter - Class in org.eclipse.lsp4j.adapters
A type adapter for the VersionedTextDocumentIdentifier protocol type.
VersionedTextDocumentIdentifierTypeAdapter(Gson) - Constructor for class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
 
VersionedTextDocumentIdentifierTypeAdapter.Factory - Class in org.eclipse.lsp4j.adapters
 

W

Warn_token - Static variable in class org.eclipse.lsp4j.ColoringStyle
Deprecated.
 
WatchKind - Class in org.eclipse.lsp4j
 
willSave(WillSaveTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document will save notification is sent from the client to the server before the document is actually saved.
WillSaveTextDocumentParams - Class in org.eclipse.lsp4j
 
WillSaveTextDocumentParams() - Constructor for class org.eclipse.lsp4j.WillSaveTextDocumentParams
 
WillSaveTextDocumentParams(TextDocumentIdentifier, TextDocumentSaveReason) - Constructor for class org.eclipse.lsp4j.WillSaveTextDocumentParams
 
willSaveWaitUntil(WillSaveTextDocumentParams) - Method in interface org.eclipse.lsp4j.services.TextDocumentService
The document will save request is sent from the client to the server before the document is actually saved.
WorkspaceClientCapabilities - Class in org.eclipse.lsp4j
Workspace specific client capabilities.
WorkspaceClientCapabilities() - Constructor for class org.eclipse.lsp4j.WorkspaceClientCapabilities
 
WorkspaceEdit - Class in org.eclipse.lsp4j
A workspace edit represents changes to many resources managed in the workspace.
WorkspaceEdit() - Constructor for class org.eclipse.lsp4j.WorkspaceEdit
 
WorkspaceEdit(Map<String, List<TextEdit>>) - Constructor for class org.eclipse.lsp4j.WorkspaceEdit
 
WorkspaceEdit(List<Either<TextDocumentEdit, ResourceOperation>>) - Constructor for class org.eclipse.lsp4j.WorkspaceEdit
 
WorkspaceEditCapabilities - Class in org.eclipse.lsp4j
Capabilities specific to `WorkspaceEdit`s
WorkspaceEditCapabilities() - Constructor for class org.eclipse.lsp4j.WorkspaceEditCapabilities
 
WorkspaceEditCapabilities(Boolean) - Constructor for class org.eclipse.lsp4j.WorkspaceEditCapabilities
Deprecated.
WorkspaceFolder - Class in org.eclipse.lsp4j
The workspace/workspaceFolders request is sent from the server to the client to fetch the current open list of workspace folders.
WorkspaceFolder() - Constructor for class org.eclipse.lsp4j.WorkspaceFolder
 
WorkspaceFolder(String) - Constructor for class org.eclipse.lsp4j.WorkspaceFolder
 
WorkspaceFolder(String, String) - Constructor for class org.eclipse.lsp4j.WorkspaceFolder
 
workspaceFolders() - Method in interface org.eclipse.lsp4j.services.LanguageClient
The workspace/workspaceFolders request is sent from the server to the client to fetch the current open list of workspace folders.
WorkspaceFoldersChangeEvent - Class in org.eclipse.lsp4j
The workspace folder change event.
WorkspaceFoldersChangeEvent() - Constructor for class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
 
WorkspaceFoldersChangeEvent(List<WorkspaceFolder>, List<WorkspaceFolder>) - Constructor for class org.eclipse.lsp4j.WorkspaceFoldersChangeEvent
 
WorkspaceFoldersOptions - Class in org.eclipse.lsp4j
The server supports workspace folder.
WorkspaceFoldersOptions() - Constructor for class org.eclipse.lsp4j.WorkspaceFoldersOptions
 
WorkspaceServerCapabilities - Class in org.eclipse.lsp4j
Workspace specific server capabilities
WorkspaceServerCapabilities() - Constructor for class org.eclipse.lsp4j.WorkspaceServerCapabilities
 
WorkspaceServerCapabilities(WorkspaceFoldersOptions) - Constructor for class org.eclipse.lsp4j.WorkspaceServerCapabilities
 
WorkspaceService - Interface in org.eclipse.lsp4j.services
 
WorkspaceSymbolParams - Class in org.eclipse.lsp4j
The parameters of a Workspace Symbol Request.
WorkspaceSymbolParams() - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolParams
 
WorkspaceSymbolParams(String) - Constructor for class org.eclipse.lsp4j.WorkspaceSymbolParams
 
write(JsonWriter, Hover) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
 
write(JsonWriter, InitializeParams) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
write(JsonWriter, SymbolInformation) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
write(JsonWriter, VersionedTextDocumentIdentifier) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
 
writeCapabilities(JsonWriter, ClientCapabilities) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
writeClientInfo(JsonWriter, ClientInfo) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
writeClientName(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
writeContainerName(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
writeContents(JsonWriter, Either<List<Either<String, MarkedString>>, MarkupContent>) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
 
writeDeprecated(JsonWriter, Boolean) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
writeInitializationOptions(JsonWriter, Object) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
writeKind(JsonWriter, SymbolKind) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
writeLocation(JsonWriter, Location) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
writeName(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
writePosition(JsonWriter, Position) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
writeProcessId(JsonWriter, Integer) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
writeRange(JsonWriter, Range) - Method in class org.eclipse.lsp4j.adapters.HoverTypeAdapter
 
writeRange(JsonWriter, Range) - Method in class org.eclipse.lsp4j.adapters.SymbolInformationTypeAdapter
 
writeRootPath(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
writeRootUri(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
writeTrace(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
writeUri(JsonWriter, String) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
 
writeVersion(JsonWriter, Integer) - Method in class org.eclipse.lsp4j.adapters.VersionedTextDocumentIdentifierTypeAdapter
 
writeWorkspaceFolders(JsonWriter, List<WorkspaceFolder>) - Method in class org.eclipse.lsp4j.adapters.InitializeParamsTypeAdapter
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links