A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

APPLICATION - Static variable in class ch.epfl.scala.bsp4j.BuildTargetTag
 

B

BENCHMARK - Static variable in class ch.epfl.scala.bsp4j.BuildTargetTag
 
Bsp4j - Class in ch.epfl.scala.bsp4j
 
Bsp4j() - Constructor for class ch.epfl.scala.bsp4j.Bsp4j
 
BspConnectionDetails - Class in ch.epfl.scala.bsp4j
Structure describing how to start a BSP server and the capabilities it supports.
BspConnectionDetails(String, List<String>, String, String, List<String>) - Constructor for class ch.epfl.scala.bsp4j.BspConnectionDetails
 
BuildClient - Interface in ch.epfl.scala.bsp4j
 
BuildClientCapabilities - Class in ch.epfl.scala.bsp4j
 
BuildClientCapabilities(List<String>) - Constructor for class ch.epfl.scala.bsp4j.BuildClientCapabilities
 
buildInitialize(InitializeBuildParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
Like the language server protocol, the initialize request is sent as the first request from the client to the server.
BuildServer - Interface in ch.epfl.scala.bsp4j
 
BuildServerCapabilities - Class in ch.epfl.scala.bsp4j
The capabilities of the build server.
BuildServerCapabilities() - Constructor for class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
buildShutdown() - Method in interface ch.epfl.scala.bsp4j.BuildServer
Like the language server protocol, the shutdown build request is sent from the client to the server.
BuildTarget - Class in ch.epfl.scala.bsp4j
Build target contains metadata about an artifact (for example library, test, or binary artifact).
BuildTarget(BuildTargetIdentifier, List<String>, List<String>, List<BuildTargetIdentifier>, BuildTargetCapabilities) - Constructor for class ch.epfl.scala.bsp4j.BuildTarget
 
BuildTargetCapabilities - Class in ch.epfl.scala.bsp4j
Clients can use these capabilities to notify users what BSP endpoints can and cannot be used and why.
BuildTargetCapabilities() - Constructor for class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
buildTargetCleanCache(CleanCacheParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The clean cache request is sent from the client to the server to reset any state associated with a given build target.
buildTargetCompile(CompileParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The compile build target request is sent from the client to the server to compile the given list of build targets.
buildTargetCppOptions(CppOptionsParams) - Method in interface ch.epfl.scala.bsp4j.CppBuildServer
The build target cpp options request is sent from the client to the server to query for the list of compiler options necessary to compile in a given list of targets.
BuildTargetDataKind - Class in ch.epfl.scala.bsp4j
 
BuildTargetDataKind() - Constructor for class ch.epfl.scala.bsp4j.BuildTargetDataKind
 
buildTargetDependencyModules(DependencyModulesParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The build target dependency modules request is sent from the client to the server to query for the libraries of build target dependencies that are external to the workspace including meta information about library and their sources.
buildTargetDependencySources(DependencySourcesParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The build target dependency sources request is sent from the client to the server to query for the sources of build target dependencies that are external to the workspace.
BuildTargetEvent - Class in ch.epfl.scala.bsp4j
 
BuildTargetEvent(BuildTargetIdentifier) - Constructor for class ch.epfl.scala.bsp4j.BuildTargetEvent
 
BuildTargetEventDataKind - Class in ch.epfl.scala.bsp4j
 
BuildTargetEventDataKind() - Constructor for class ch.epfl.scala.bsp4j.BuildTargetEventDataKind
 
BuildTargetEventKind - Enum in ch.epfl.scala.bsp4j
The `BuildTargetEventKind` information can be used by clients to trigger reindexing or update the user interface with the new information.
BuildTargetIdentifier - Class in ch.epfl.scala.bsp4j
A unique identifier for a target, can use any URI-compatible encoding as long as it is unique within the workspace.
BuildTargetIdentifier(String) - Constructor for class ch.epfl.scala.bsp4j.BuildTargetIdentifier
 
buildTargetInverseSources(InverseSourcesParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The inverse sources request is sent from the client to the server to query for the list of build targets containing a text document.
buildTargetJavacOptions(JavacOptionsParams) - Method in interface ch.epfl.scala.bsp4j.JavaBuildServer
The build target javac options request is sent from the client to the server to query for the list of compiler options necessary to compile in a given list of targets.
buildTargetJvmRunEnvironment(JvmRunEnvironmentParams) - Method in interface ch.epfl.scala.bsp4j.JvmBuildServer
Similar to `buildTarget/jvmTestEnvironment`, but returns environment that should be used for regular exection of main classes, not for testing
buildTargetJvmTestEnvironment(JvmTestEnvironmentParams) - Method in interface ch.epfl.scala.bsp4j.JvmBuildServer
The JVM test environment request is sent from the client to the server in order to gather information required to launch a Java process.
buildTargetOutputPaths(OutputPathsParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The build target output paths request is sent from the client to the server to query for the list of output paths of a given list of build targets.
buildTargetPythonOptions(PythonOptionsParams) - Method in interface ch.epfl.scala.bsp4j.PythonBuildServer
The Python Options Request is sent from the client to the server to query for the list of the interpreter flags used to run a given list of targets.
buildTargetResources(ResourcesParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The build target resources request is sent from the client to the server to query for the list of resources of a given list of build targets.
buildTargetRun(RunParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The run request is sent from the client to the server to run a build target.
buildTargetScalacOptions(ScalacOptionsParams) - Method in interface ch.epfl.scala.bsp4j.ScalaBuildServer
The build target scalac options request is sent from the client to the server to query for the list of compiler options necessary to compile in a given list of targets.
buildTargetScalaMainClasses(ScalaMainClassesParams) - Method in interface ch.epfl.scala.bsp4j.ScalaBuildServer
Deprecated.
buildTargetScalaTestClasses(ScalaTestClassesParams) - Method in interface ch.epfl.scala.bsp4j.ScalaBuildServer
Deprecated.
buildTargetSources(SourcesParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The build target sources request is sent from the client to the server to query for the list of text documents and directories that are belong to a build target.
BuildTargetTag - Class in ch.epfl.scala.bsp4j
A list of predefined tags that can be used to categorize build targets.
BuildTargetTag() - Constructor for class ch.epfl.scala.bsp4j.BuildTargetTag
 
buildTargetTest(TestParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The test build target request is sent from the client to the server to test the given list of build targets.

C

CANCELLED - ch.epfl.scala.bsp4j.StatusCode
 
CANCELLED - ch.epfl.scala.bsp4j.TestStatus
 
ch.epfl.scala.bsp4j - package ch.epfl.scala.bsp4j
 
CHANGED - ch.epfl.scala.bsp4j.BuildTargetEventKind
 
checkNotNull(T, String) - Static method in class org.eclipse.lsp4j.util.Preconditions
 
CleanCacheParams - Class in ch.epfl.scala.bsp4j
 
CleanCacheParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.CleanCacheParams
 
CleanCacheResult - Class in ch.epfl.scala.bsp4j
 
CleanCacheResult(Boolean) - Constructor for class ch.epfl.scala.bsp4j.CleanCacheResult
 
COMPILE_REPORT - Static variable in class ch.epfl.scala.bsp4j.TaskFinishDataKind
 
COMPILE_TASK - Static variable in class ch.epfl.scala.bsp4j.TaskStartDataKind
 
CompileParams - Class in ch.epfl.scala.bsp4j
 
CompileParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.CompileParams
 
CompileProvider - Class in ch.epfl.scala.bsp4j
 
CompileProvider(List<String>) - Constructor for class ch.epfl.scala.bsp4j.CompileProvider
 
CompileReport - Class in ch.epfl.scala.bsp4j
The completion of a compilation task should be signalled with a `build/taskFinish` notification.
CompileReport(BuildTargetIdentifier, Integer, Integer) - Constructor for class ch.epfl.scala.bsp4j.CompileReport
 
CompileResult - Class in ch.epfl.scala.bsp4j
 
CompileResult(StatusCode) - Constructor for class ch.epfl.scala.bsp4j.CompileResult
 
CompileResultDataKind - Class in ch.epfl.scala.bsp4j
 
CompileResultDataKind() - Constructor for class ch.epfl.scala.bsp4j.CompileResultDataKind
 
CompileTask - Class in ch.epfl.scala.bsp4j
The beginning of a compilation unit may be signalled to the client with a `build/taskStart` notification.
CompileTask(BuildTargetIdentifier) - Constructor for class ch.epfl.scala.bsp4j.CompileTask
 
CPP - Static variable in class ch.epfl.scala.bsp4j.BuildTargetDataKind
 
CppBuildServer - Interface in ch.epfl.scala.bsp4j
 
CppBuildTarget - Class in ch.epfl.scala.bsp4j
`CppBuildTarget` is a basic data structure that contains c++-specific metadata, specifically compiler reference.
CppBuildTarget() - Constructor for class ch.epfl.scala.bsp4j.CppBuildTarget
 
CppOptionsItem - Class in ch.epfl.scala.bsp4j
 
CppOptionsItem(BuildTargetIdentifier, List<String>, List<String>, List<String>) - Constructor for class ch.epfl.scala.bsp4j.CppOptionsItem
 
CppOptionsParams - Class in ch.epfl.scala.bsp4j
 
CppOptionsParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.CppOptionsParams
 
CppOptionsResult - Class in ch.epfl.scala.bsp4j
 
CppOptionsResult(List<CppOptionsItem>) - Constructor for class ch.epfl.scala.bsp4j.CppOptionsResult
 
CREATED - ch.epfl.scala.bsp4j.BuildTargetEventKind
 

D

DebugProvider - Class in ch.epfl.scala.bsp4j
 
DebugProvider(List<String>) - Constructor for class ch.epfl.scala.bsp4j.DebugProvider
 
DebugSessionAddress - Class in ch.epfl.scala.bsp4j
 
DebugSessionAddress(String) - Constructor for class ch.epfl.scala.bsp4j.DebugSessionAddress
 
DebugSessionParams - Class in ch.epfl.scala.bsp4j
 
DebugSessionParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.DebugSessionParams
 
DebugSessionParamsDataKind - Class in ch.epfl.scala.bsp4j
 
DebugSessionParamsDataKind() - Constructor for class ch.epfl.scala.bsp4j.DebugSessionParamsDataKind
 
debugSessionStart(DebugSessionParams) - Method in interface ch.epfl.scala.bsp4j.BuildServer
The debug request is sent from the client to the server to debug build target(s).
DELETED - ch.epfl.scala.bsp4j.BuildTargetEventKind
 
DependencyModule - Class in ch.epfl.scala.bsp4j
 
DependencyModule(String, String) - Constructor for class ch.epfl.scala.bsp4j.DependencyModule
 
DependencyModuleDataKind - Class in ch.epfl.scala.bsp4j
 
DependencyModuleDataKind() - Constructor for class ch.epfl.scala.bsp4j.DependencyModuleDataKind
 
DependencyModulesItem - Class in ch.epfl.scala.bsp4j
 
DependencyModulesItem(BuildTargetIdentifier, List<DependencyModule>) - Constructor for class ch.epfl.scala.bsp4j.DependencyModulesItem
 
DependencyModulesParams - Class in ch.epfl.scala.bsp4j
 
DependencyModulesParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.DependencyModulesParams
 
DependencyModulesResult - Class in ch.epfl.scala.bsp4j
 
DependencyModulesResult(List<DependencyModulesItem>) - Constructor for class ch.epfl.scala.bsp4j.DependencyModulesResult
 
DependencySourcesItem - Class in ch.epfl.scala.bsp4j
 
DependencySourcesItem(BuildTargetIdentifier, List<String>) - Constructor for class ch.epfl.scala.bsp4j.DependencySourcesItem
 
DependencySourcesParams - Class in ch.epfl.scala.bsp4j
 
DependencySourcesParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.DependencySourcesParams
 
DependencySourcesResult - Class in ch.epfl.scala.bsp4j
 
DependencySourcesResult(List<DependencySourcesItem>) - Constructor for class ch.epfl.scala.bsp4j.DependencySourcesResult
 
DEPRECATED - Static variable in class ch.epfl.scala.bsp4j.DiagnosticTag
 
Diagnostic - Class in ch.epfl.scala.bsp4j
 
Diagnostic(Range, String) - Constructor for class ch.epfl.scala.bsp4j.Diagnostic
 
DiagnosticDataKind - Class in ch.epfl.scala.bsp4j
 
DiagnosticDataKind() - Constructor for class ch.epfl.scala.bsp4j.DiagnosticDataKind
 
DiagnosticRelatedInformation - Class in ch.epfl.scala.bsp4j
Represents a related message and source code location for a diagnostic.
DiagnosticRelatedInformation(Location, String) - Constructor for class ch.epfl.scala.bsp4j.DiagnosticRelatedInformation
 
DiagnosticSeverity - Enum in ch.epfl.scala.bsp4j
 
DiagnosticTag - Class in ch.epfl.scala.bsp4j
 
DiagnosticTag() - Constructor for class ch.epfl.scala.bsp4j.DiagnosticTag
 
DidChangeBuildTarget - Class in ch.epfl.scala.bsp4j
 
DidChangeBuildTarget(List<BuildTargetEvent>) - Constructor for class ch.epfl.scala.bsp4j.DidChangeBuildTarget
 
DIRECTORY - ch.epfl.scala.bsp4j.OutputPathItemKind
 
DIRECTORY - ch.epfl.scala.bsp4j.SourceItemKind
 

E

enableNullChecks(boolean) - Static method in class org.eclipse.lsp4j.util.Preconditions
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.BuildClientCapabilities
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.BuildTargetIdentifier
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CleanCacheParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CleanCacheResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CompileParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CompileProvider
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CompileReport
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CompileResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CompileTask
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CppOptionsParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.CppOptionsResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DebugProvider
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DebugSessionAddress
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DebugSessionParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DependencyModulesItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DependencyModulesParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DependencyModulesResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DependencySourcesItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DependencySourcesParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DependencySourcesResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DiagnosticRelatedInformation
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.DidChangeBuildTarget
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.InverseSourcesParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.InverseSourcesResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.JavacOptionsParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.JavacOptionsResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.JvmBuildTarget
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.JvmMainClass
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.Location
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.MavenDependencyModuleArtifact
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.OutputPathItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.OutputPathsItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.OutputPathsParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.OutputPathsResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.Position
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.PythonBuildTarget
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.PythonOptionsItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.PythonOptionsParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.PythonOptionsResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.Range
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ResourcesItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ResourcesParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ResourcesResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.RunParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.RunProvider
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.RunResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaAction
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaAttachRemote
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalacOptionsParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalacOptionsResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaDiagnostic
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaTestParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaTestSuites
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaTestSuiteSelection
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaTextEdit
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ScalaWorkspaceEdit
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.SourceItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.SourcesItem
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.SourcesParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.SourcesResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TaskId
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TestFinish
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TestParams
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TestProvider
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TestReport
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TestResult
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TestStart
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TestTask
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.TextDocumentIdentifier
 
equals(Object) - Method in class ch.epfl.scala.bsp4j.WorkspaceBuildTargetsResult
 
ERROR - ch.epfl.scala.bsp4j.DiagnosticSeverity
 
ERROR - ch.epfl.scala.bsp4j.MessageType
 
ERROR - ch.epfl.scala.bsp4j.StatusCode
 

F

FAILED - ch.epfl.scala.bsp4j.TestStatus
 
FILE - ch.epfl.scala.bsp4j.OutputPathItemKind
 
FILE - ch.epfl.scala.bsp4j.SourceItemKind
 
forValue(int) - Static method in enum ch.epfl.scala.bsp4j.BuildTargetEventKind
 
forValue(int) - Static method in enum ch.epfl.scala.bsp4j.DiagnosticSeverity
 
forValue(int) - Static method in enum ch.epfl.scala.bsp4j.MessageType
 
forValue(int) - Static method in enum ch.epfl.scala.bsp4j.OutputPathItemKind
 
forValue(int) - Static method in enum ch.epfl.scala.bsp4j.ScalaPlatform
 
forValue(int) - Static method in enum ch.epfl.scala.bsp4j.SourceItemKind
 
forValue(int) - Static method in enum ch.epfl.scala.bsp4j.StatusCode
 
forValue(int) - Static method in enum ch.epfl.scala.bsp4j.TestStatus
 

G

getActions() - Method in class ch.epfl.scala.bsp4j.ScalaDiagnostic
 
getArguments() - Method in class ch.epfl.scala.bsp4j.CompileParams
 
getArguments() - Method in class ch.epfl.scala.bsp4j.JvmMainClass
 
getArguments() - Method in class ch.epfl.scala.bsp4j.RunParams
 
getArguments() - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
getArguments() - Method in class ch.epfl.scala.bsp4j.TestParams
 
getArgv() - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
getArtifacts() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
getAutoImports() - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
getBaseDirectory() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
getBspVersion() - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
getBspVersion() - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
getBspVersion() - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
getBuildTarget() - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
getBuildTargetChangedProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getCancelled() - Method in class ch.epfl.scala.bsp4j.TestReport
 
getCanCompile() - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
getCanDebug() - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
getCanReload() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getCanRun() - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
getCanTest() - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
getCapabilities() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
getCapabilities() - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
getCapabilities() - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
getCCompiler() - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
getChanges() - Method in class ch.epfl.scala.bsp4j.DidChangeBuildTarget
 
getChanges() - Method in class ch.epfl.scala.bsp4j.ScalaWorkspaceEdit
 
getCharacter() - Method in class ch.epfl.scala.bsp4j.Position
 
getChildren() - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
getClassDirectory() - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
getClassDirectory() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
getClasses() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesItem
 
getClasses() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesItem
 
getClassifier() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModuleArtifact
 
getClassName() - Method in class ch.epfl.scala.bsp4j.JvmMainClass
 
getClassName() - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
getClassName() - Method in class ch.epfl.scala.bsp4j.ScalaTestSuiteSelection
 
getClasspath() - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
getClasspath() - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
getClasspath() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
getCleaned() - Method in class ch.epfl.scala.bsp4j.CleanCacheResult
 
getCode() - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
getCompileProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getCompiler() - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
getCopts() - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
getCppCompiler() - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
getData() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
getData() - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
getData() - Method in class ch.epfl.scala.bsp4j.CompileResult
 
getData() - Method in class ch.epfl.scala.bsp4j.DebugSessionParams
 
getData() - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
getData() - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
getData() - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
getData() - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
getData() - Method in class ch.epfl.scala.bsp4j.RunParams
 
getData() - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
getData() - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
getData() - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
getData() - Method in class ch.epfl.scala.bsp4j.TestFinish
 
getData() - Method in class ch.epfl.scala.bsp4j.TestParams
 
getData() - Method in class ch.epfl.scala.bsp4j.TestResult
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.CompileResult
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.DebugSessionParams
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.RunParams
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.TestFinish
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.TestParams
 
getDataKind() - Method in class ch.epfl.scala.bsp4j.TestResult
 
getDebugProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getDefines() - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
getDependencies() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
getDependencyModulesProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getDependencySourcesProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getDescription() - Method in class ch.epfl.scala.bsp4j.ScalaAction
 
getDiagnostics() - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
getDisplayName() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
getDisplayName() - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
getDisplayName() - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
getDisplayName() - Method in class ch.epfl.scala.bsp4j.TestFinish
 
getDisplayName() - Method in class ch.epfl.scala.bsp4j.TestStart
 
getEdit() - Method in class ch.epfl.scala.bsp4j.ScalaAction
 
getEnd() - Method in class ch.epfl.scala.bsp4j.Range
 
getEnvironmentVariables() - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
getEnvironmentVariables() - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
getEnvironmentVariables() - Method in class ch.epfl.scala.bsp4j.ScalaTestSuites
 
getErrors() - Method in class ch.epfl.scala.bsp4j.CompileReport
 
getEventTime() - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
getEventTime() - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
getEventTime() - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
getFailed() - Method in class ch.epfl.scala.bsp4j.TestReport
 
getFramework() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesItem
 
getGenerated() - Method in class ch.epfl.scala.bsp4j.SourceItem
 
getId() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
getId() - Method in class ch.epfl.scala.bsp4j.TaskId
 
getIgnored() - Method in class ch.epfl.scala.bsp4j.TestReport
 
getInterpreter() - Method in class ch.epfl.scala.bsp4j.PythonBuildTarget
 
getInterpreterOptions() - Method in class ch.epfl.scala.bsp4j.PythonOptionsItem
 
getInverseSourcesProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getItems() - Method in class ch.epfl.scala.bsp4j.CppOptionsResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.DependencyModulesResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.DependencySourcesResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.JavacOptionsResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.OutputPathsResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.PythonOptionsResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.ResourcesResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesResult
 
getItems() - Method in class ch.epfl.scala.bsp4j.SourcesResult
 
getJars() - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
getJavaHome() - Method in class ch.epfl.scala.bsp4j.JvmBuildTarget
 
getJavaVersion() - Method in class ch.epfl.scala.bsp4j.JvmBuildTarget
 
getJvmBuildTarget() - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
getJvmOptions() - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
getJvmOptions() - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
getJvmOptions() - Method in class ch.epfl.scala.bsp4j.ScalaTestParams
 
getJvmOptions() - Method in class ch.epfl.scala.bsp4j.ScalaTestSuites
 
getJvmRunEnvironmentProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getJvmTestEnvironmentProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getKind() - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
getKind() - Method in class ch.epfl.scala.bsp4j.OutputPathItem
 
getKind() - Method in class ch.epfl.scala.bsp4j.SourceItem
 
getLanguageIds() - Method in class ch.epfl.scala.bsp4j.BuildClientCapabilities
 
getLanguageIds() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
getLanguageIds() - Method in class ch.epfl.scala.bsp4j.CompileProvider
 
getLanguageIds() - Method in class ch.epfl.scala.bsp4j.DebugProvider
 
getLanguageIds() - Method in class ch.epfl.scala.bsp4j.RunProvider
 
getLanguageIds() - Method in class ch.epfl.scala.bsp4j.TestProvider
 
getLanguages() - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
getLine() - Method in class ch.epfl.scala.bsp4j.Position
 
getLinkopts() - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
getLinkshared() - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
getLocation() - Method in class ch.epfl.scala.bsp4j.DiagnosticRelatedInformation
 
getLocation() - Method in class ch.epfl.scala.bsp4j.TestFinish
 
getLocation() - Method in class ch.epfl.scala.bsp4j.TestStart
 
getMainClasses() - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
getMessage() - Method in class ch.epfl.scala.bsp4j.CleanCacheResult
 
getMessage() - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
getMessage() - Method in class ch.epfl.scala.bsp4j.DiagnosticRelatedInformation
 
getMessage() - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
getMessage() - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
getMessage() - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
getMessage() - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
getMessage() - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
getMessage() - Method in class ch.epfl.scala.bsp4j.TestFinish
 
getModules() - Method in class ch.epfl.scala.bsp4j.DependencyModulesItem
 
getName() - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
getName() - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
getName() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
getNewText() - Method in class ch.epfl.scala.bsp4j.ScalaTextEdit
 
getNoOp() - Method in class ch.epfl.scala.bsp4j.CompileReport
 
getOptions() - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
getOptions() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
getOrganization() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.CompileParams
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.CompileReport
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.CompileResult
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentParams
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentParams
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.RunParams
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.RunResult
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesParams
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesResult
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesParams
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.TestParams
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.TestReport
 
getOriginId() - Method in class ch.epfl.scala.bsp4j.TestResult
 
getOutputPaths() - Method in class ch.epfl.scala.bsp4j.OutputPathsItem
 
getOutputPathsProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getParent() - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
getParents() - Method in class ch.epfl.scala.bsp4j.TaskId
 
getPassed() - Method in class ch.epfl.scala.bsp4j.TestReport
 
getPlatform() - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
getProgress() - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
getRange() - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
getRange() - Method in class ch.epfl.scala.bsp4j.Location
 
getRange() - Method in class ch.epfl.scala.bsp4j.ScalaTextEdit
 
getRelatedInformation() - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
getReset() - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
getResources() - Method in class ch.epfl.scala.bsp4j.ResourcesItem
 
getResourcesProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getRoots() - Method in class ch.epfl.scala.bsp4j.SourcesItem
 
getRootUri() - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
getRunProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getSbtVersion() - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
getScalaBinaryVersion() - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
getScalaBuildTarget() - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
getScalaOrganization() - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
getScalaVersion() - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
getScope() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
getSeverity() - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
getSkipped() - Method in class ch.epfl.scala.bsp4j.TestReport
 
getSource() - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
getSources() - Method in class ch.epfl.scala.bsp4j.DependencySourcesItem
 
getSources() - Method in class ch.epfl.scala.bsp4j.SourcesItem
 
getStart() - Method in class ch.epfl.scala.bsp4j.Range
 
getStatus() - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
getStatus() - Method in class ch.epfl.scala.bsp4j.TestFinish
 
getStatusCode() - Method in class ch.epfl.scala.bsp4j.CompileResult
 
getStatusCode() - Method in class ch.epfl.scala.bsp4j.RunResult
 
getStatusCode() - Method in class ch.epfl.scala.bsp4j.TestResult
 
getSuites() - Method in class ch.epfl.scala.bsp4j.ScalaTestSuites
 
getTags() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
getTarget() - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
getTarget() - Method in class ch.epfl.scala.bsp4j.CompileReport
 
getTarget() - Method in class ch.epfl.scala.bsp4j.CompileTask
 
getTarget() - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.DependencyModulesItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.DependencySourcesItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.OutputPathsItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.PythonOptionsItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.ResourcesItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.RunParams
 
getTarget() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.SourcesItem
 
getTarget() - Method in class ch.epfl.scala.bsp4j.TestReport
 
getTarget() - Method in class ch.epfl.scala.bsp4j.TestTask
 
getTargets() - Method in class ch.epfl.scala.bsp4j.CleanCacheParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.CompileParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.CppOptionsParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.DebugSessionParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.DependencyModulesParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.DependencySourcesParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.InverseSourcesResult
 
getTargets() - Method in class ch.epfl.scala.bsp4j.JavacOptionsParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.OutputPathsParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.PythonOptionsParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.ResourcesParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.SourcesParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.TestParams
 
getTargets() - Method in class ch.epfl.scala.bsp4j.WorkspaceBuildTargetsResult
 
getTask() - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
getTask() - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
getTaskId() - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
getTaskId() - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
getTaskId() - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
getTestClasses() - Method in class ch.epfl.scala.bsp4j.ScalaTestParams
 
getTestProvider() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
getTests() - Method in class ch.epfl.scala.bsp4j.ScalaTestSuiteSelection
 
getTextDocument() - Method in class ch.epfl.scala.bsp4j.InverseSourcesParams
 
getTextDocument() - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
getTime() - Method in class ch.epfl.scala.bsp4j.CompileReport
 
getTime() - Method in class ch.epfl.scala.bsp4j.TestReport
 
getTitle() - Method in class ch.epfl.scala.bsp4j.ScalaAction
 
getTotal() - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
getType() - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
getType() - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
getUnit() - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
getUri() - Method in class ch.epfl.scala.bsp4j.BuildTargetIdentifier
 
getUri() - Method in class ch.epfl.scala.bsp4j.DebugSessionAddress
 
getUri() - Method in class ch.epfl.scala.bsp4j.Location
 
getUri() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModuleArtifact
 
getUri() - Method in class ch.epfl.scala.bsp4j.OutputPathItem
 
getUri() - Method in class ch.epfl.scala.bsp4j.SourceItem
 
getUri() - Method in class ch.epfl.scala.bsp4j.TextDocumentIdentifier
 
getValue() - Method in enum ch.epfl.scala.bsp4j.BuildTargetEventKind
 
getValue() - Method in enum ch.epfl.scala.bsp4j.DiagnosticSeverity
 
getValue() - Method in enum ch.epfl.scala.bsp4j.MessageType
 
getValue() - Method in enum ch.epfl.scala.bsp4j.OutputPathItemKind
 
getValue() - Method in enum ch.epfl.scala.bsp4j.ScalaPlatform
 
getValue() - Method in enum ch.epfl.scala.bsp4j.SourceItemKind
 
getValue() - Method in enum ch.epfl.scala.bsp4j.StatusCode
 
getValue() - Method in enum ch.epfl.scala.bsp4j.TestStatus
 
getVersion() - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
getVersion() - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
getVersion() - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
getVersion() - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
getVersion() - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
getVersion() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
getVersion() - Method in class ch.epfl.scala.bsp4j.PythonBuildTarget
 
getWarnings() - Method in class ch.epfl.scala.bsp4j.CompileReport
 
getWorkingDirectory() - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 

H

hashCode() - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
hashCode() - Method in class ch.epfl.scala.bsp4j.BuildClientCapabilities
 
hashCode() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
hashCode() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
hashCode() - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
hashCode() - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
hashCode() - Method in class ch.epfl.scala.bsp4j.BuildTargetIdentifier
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CleanCacheParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CleanCacheResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CompileParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CompileProvider
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CompileReport
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CompileResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CompileTask
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CppOptionsParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.CppOptionsResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DebugProvider
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DebugSessionAddress
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DebugSessionParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DependencyModulesItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DependencyModulesParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DependencyModulesResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DependencySourcesItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DependencySourcesParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DependencySourcesResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DiagnosticRelatedInformation
 
hashCode() - Method in class ch.epfl.scala.bsp4j.DidChangeBuildTarget
 
hashCode() - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.InverseSourcesParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.InverseSourcesResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.JavacOptionsParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.JavacOptionsResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.JvmBuildTarget
 
hashCode() - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.JvmMainClass
 
hashCode() - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.Location
 
hashCode() - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
hashCode() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModuleArtifact
 
hashCode() - Method in class ch.epfl.scala.bsp4j.OutputPathItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.OutputPathsItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.OutputPathsParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.OutputPathsResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.Position
 
hashCode() - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.PythonBuildTarget
 
hashCode() - Method in class ch.epfl.scala.bsp4j.PythonOptionsItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.PythonOptionsParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.PythonOptionsResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.Range
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ResourcesItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ResourcesParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ResourcesResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.RunParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.RunProvider
 
hashCode() - Method in class ch.epfl.scala.bsp4j.RunResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaAction
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaAttachRemote
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaDiagnostic
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaTestParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaTestSuites
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaTestSuiteSelection
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaTextEdit
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ScalaWorkspaceEdit
 
hashCode() - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.SourceItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.SourcesItem
 
hashCode() - Method in class ch.epfl.scala.bsp4j.SourcesParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.SourcesResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TaskId
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TestFinish
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TestParams
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TestProvider
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TestReport
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TestResult
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TestStart
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TestTask
 
hashCode() - Method in class ch.epfl.scala.bsp4j.TextDocumentIdentifier
 
hashCode() - Method in class ch.epfl.scala.bsp4j.WorkspaceBuildTargetsResult
 
HINT - ch.epfl.scala.bsp4j.DiagnosticSeverity
 

I

IGNORED - ch.epfl.scala.bsp4j.TestStatus
 
INFO - ch.epfl.scala.bsp4j.MessageType
 
INFORMATION - ch.epfl.scala.bsp4j.DiagnosticSeverity
 
InitializeBuildParams - Class in ch.epfl.scala.bsp4j
 
InitializeBuildParams(String, String, String, String, BuildClientCapabilities) - Constructor for class ch.epfl.scala.bsp4j.InitializeBuildParams
 
InitializeBuildParamsDataKind - Class in ch.epfl.scala.bsp4j
 
InitializeBuildParamsDataKind() - Constructor for class ch.epfl.scala.bsp4j.InitializeBuildParamsDataKind
 
InitializeBuildResult - Class in ch.epfl.scala.bsp4j
 
InitializeBuildResult(String, String, String, BuildServerCapabilities) - Constructor for class ch.epfl.scala.bsp4j.InitializeBuildResult
 
InitializeBuildResultDataKind - Class in ch.epfl.scala.bsp4j
 
InitializeBuildResultDataKind() - Constructor for class ch.epfl.scala.bsp4j.InitializeBuildResultDataKind
 
INTEGRATION_TEST - Static variable in class ch.epfl.scala.bsp4j.BuildTargetTag
 
InverseSourcesParams - Class in ch.epfl.scala.bsp4j
 
InverseSourcesParams(TextDocumentIdentifier) - Constructor for class ch.epfl.scala.bsp4j.InverseSourcesParams
 
InverseSourcesResult - Class in ch.epfl.scala.bsp4j
 
InverseSourcesResult(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.InverseSourcesResult
 

J

JavaBuildServer - Interface in ch.epfl.scala.bsp4j
 
JavacOptionsItem - Class in ch.epfl.scala.bsp4j
 
JavacOptionsItem(BuildTargetIdentifier, List<String>, List<String>, String) - Constructor for class ch.epfl.scala.bsp4j.JavacOptionsItem
 
JavacOptionsParams - Class in ch.epfl.scala.bsp4j
 
JavacOptionsParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.JavacOptionsParams
 
JavacOptionsResult - Class in ch.epfl.scala.bsp4j
 
JavacOptionsResult(List<JavacOptionsItem>) - Constructor for class ch.epfl.scala.bsp4j.JavacOptionsResult
 
JS - ch.epfl.scala.bsp4j.ScalaPlatform
 
JVM - ch.epfl.scala.bsp4j.ScalaPlatform
 
JVM - Static variable in class ch.epfl.scala.bsp4j.BuildTargetDataKind
 
JvmBuildServer - Interface in ch.epfl.scala.bsp4j
 
JvmBuildTarget - Class in ch.epfl.scala.bsp4j
`JvmBuildTarget` is a basic data structure that contains jvm-specific metadata, specifically JDK reference.
JvmBuildTarget() - Constructor for class ch.epfl.scala.bsp4j.JvmBuildTarget
 
JvmEnvironmentItem - Class in ch.epfl.scala.bsp4j
 
JvmEnvironmentItem(BuildTargetIdentifier, List<String>, List<String>, String, Map<String, String>) - Constructor for class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
JvmMainClass - Class in ch.epfl.scala.bsp4j
 
JvmMainClass(String, List<String>) - Constructor for class ch.epfl.scala.bsp4j.JvmMainClass
 
JvmRunEnvironmentParams - Class in ch.epfl.scala.bsp4j
 
JvmRunEnvironmentParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.JvmRunEnvironmentParams
 
JvmRunEnvironmentResult - Class in ch.epfl.scala.bsp4j
 
JvmRunEnvironmentResult(List<JvmEnvironmentItem>) - Constructor for class ch.epfl.scala.bsp4j.JvmRunEnvironmentResult
 
JvmTestEnvironmentParams - Class in ch.epfl.scala.bsp4j
 
JvmTestEnvironmentParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.JvmTestEnvironmentParams
 
JvmTestEnvironmentResult - Class in ch.epfl.scala.bsp4j
 
JvmTestEnvironmentResult(List<JvmEnvironmentItem>) - Constructor for class ch.epfl.scala.bsp4j.JvmTestEnvironmentResult
 

L

LIBRARY - Static variable in class ch.epfl.scala.bsp4j.BuildTargetTag
 
Location - Class in ch.epfl.scala.bsp4j
 
Location(String, Range) - Constructor for class ch.epfl.scala.bsp4j.Location
 
LOG - ch.epfl.scala.bsp4j.MessageType
 
LogMessageParams - Class in ch.epfl.scala.bsp4j
 
LogMessageParams(MessageType, String) - Constructor for class ch.epfl.scala.bsp4j.LogMessageParams
 

M

MANUAL - Static variable in class ch.epfl.scala.bsp4j.BuildTargetTag
 
MAVEN - Static variable in class ch.epfl.scala.bsp4j.DependencyModuleDataKind
 
MavenDependencyModule - Class in ch.epfl.scala.bsp4j
`MavenDependencyModule` is a basic data structure that contains maven-like metadata.
MavenDependencyModule(String, String, String, List<MavenDependencyModuleArtifact>) - Constructor for class ch.epfl.scala.bsp4j.MavenDependencyModule
 
MavenDependencyModuleArtifact - Class in ch.epfl.scala.bsp4j
 
MavenDependencyModuleArtifact(String) - Constructor for class ch.epfl.scala.bsp4j.MavenDependencyModuleArtifact
 
MessageType - Enum in ch.epfl.scala.bsp4j
 

N

NATIVE - ch.epfl.scala.bsp4j.ScalaPlatform
 
NO_IDE - Static variable in class ch.epfl.scala.bsp4j.BuildTargetTag
 

O

OK - ch.epfl.scala.bsp4j.StatusCode
 
onBuildExit() - Method in interface ch.epfl.scala.bsp4j.BuildServer
Like the language server protocol, a notification to ask the server to exit its process.
onBuildInitialized() - Method in interface ch.epfl.scala.bsp4j.BuildServer
Like the language server protocol, 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.
onBuildLogMessage(LogMessageParams) - Method in interface ch.epfl.scala.bsp4j.BuildClient
The log message notification is sent from a server to a client to ask the client to log a particular message in its console.
onBuildPublishDiagnostics(PublishDiagnosticsParams) - Method in interface ch.epfl.scala.bsp4j.BuildClient
The Diagnostics notification are sent from the server to the client to signal results of validation runs.
onBuildShowMessage(ShowMessageParams) - Method in interface ch.epfl.scala.bsp4j.BuildClient
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.
onBuildTargetDidChange(DidChangeBuildTarget) - Method in interface ch.epfl.scala.bsp4j.BuildClient
The build target changed notification is sent from the server to the client to signal a change in a build target.
onBuildTaskFinish(TaskFinishParams) - Method in interface ch.epfl.scala.bsp4j.BuildClient
A `build/taskFinish` notification must always be sent after a `build/taskStart` with the same `taskId` was sent.
onBuildTaskProgress(TaskProgressParams) - Method in interface ch.epfl.scala.bsp4j.BuildClient
After a `taskStart` and before `taskFinish` for a `taskId`, the server may send any number of progress notifications.
onBuildTaskStart(TaskStartParams) - Method in interface ch.epfl.scala.bsp4j.BuildClient
The BSP server can inform the client on the execution state of any task in the build tool.
org.eclipse.lsp4j.util - package org.eclipse.lsp4j.util
 
OutputPathItem - Class in ch.epfl.scala.bsp4j
 
OutputPathItem(String, OutputPathItemKind) - Constructor for class ch.epfl.scala.bsp4j.OutputPathItem
 
OutputPathItemKind - Enum in ch.epfl.scala.bsp4j
 
OutputPathsItem - Class in ch.epfl.scala.bsp4j
 
OutputPathsItem(BuildTargetIdentifier, List<OutputPathItem>) - Constructor for class ch.epfl.scala.bsp4j.OutputPathsItem
 
OutputPathsParams - Class in ch.epfl.scala.bsp4j
 
OutputPathsParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.OutputPathsParams
 
OutputPathsResult - Class in ch.epfl.scala.bsp4j
 
OutputPathsResult(List<OutputPathsItem>) - Constructor for class ch.epfl.scala.bsp4j.OutputPathsResult
 

P

PASSED - ch.epfl.scala.bsp4j.TestStatus
 
Position - Class in ch.epfl.scala.bsp4j
 
Position(Integer, Integer) - Constructor for class ch.epfl.scala.bsp4j.Position
 
Preconditions - Class in org.eclipse.lsp4j.util
Utilities for checking method and constructor arguments.
PROTOCOL_VERSION - Static variable in class ch.epfl.scala.bsp4j.Bsp4j
 
PublishDiagnosticsParams - Class in ch.epfl.scala.bsp4j
 
PublishDiagnosticsParams(TextDocumentIdentifier, BuildTargetIdentifier, List<Diagnostic>, Boolean) - Constructor for class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
PYTHON - Static variable in class ch.epfl.scala.bsp4j.BuildTargetDataKind
 
PythonBuildServer - Interface in ch.epfl.scala.bsp4j
 
PythonBuildTarget - Class in ch.epfl.scala.bsp4j
`PythonBuildTarget` is a basic data structure that contains Python-specific metadata, specifically the interpreter reference and the Python version.
PythonBuildTarget() - Constructor for class ch.epfl.scala.bsp4j.PythonBuildTarget
 
PythonOptionsItem - Class in ch.epfl.scala.bsp4j
 
PythonOptionsItem(BuildTargetIdentifier, List<String>) - Constructor for class ch.epfl.scala.bsp4j.PythonOptionsItem
 
PythonOptionsParams - Class in ch.epfl.scala.bsp4j
 
PythonOptionsParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.PythonOptionsParams
 
PythonOptionsResult - Class in ch.epfl.scala.bsp4j
 
PythonOptionsResult(List<PythonOptionsItem>) - Constructor for class ch.epfl.scala.bsp4j.PythonOptionsResult
 

R

Range - Class in ch.epfl.scala.bsp4j
 
Range(Position, Position) - Constructor for class ch.epfl.scala.bsp4j.Range
 
ResourcesItem - Class in ch.epfl.scala.bsp4j
 
ResourcesItem(BuildTargetIdentifier, List<String>) - Constructor for class ch.epfl.scala.bsp4j.ResourcesItem
 
ResourcesParams - Class in ch.epfl.scala.bsp4j
 
ResourcesParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.ResourcesParams
 
ResourcesResult - Class in ch.epfl.scala.bsp4j
 
ResourcesResult(List<ResourcesItem>) - Constructor for class ch.epfl.scala.bsp4j.ResourcesResult
 
RunParams - Class in ch.epfl.scala.bsp4j
 
RunParams(BuildTargetIdentifier) - Constructor for class ch.epfl.scala.bsp4j.RunParams
 
RunParamsDataKind - Class in ch.epfl.scala.bsp4j
 
RunParamsDataKind() - Constructor for class ch.epfl.scala.bsp4j.RunParamsDataKind
 
RunProvider - Class in ch.epfl.scala.bsp4j
 
RunProvider(List<String>) - Constructor for class ch.epfl.scala.bsp4j.RunProvider
 
RunResult - Class in ch.epfl.scala.bsp4j
 
RunResult(StatusCode) - Constructor for class ch.epfl.scala.bsp4j.RunResult
 

S

SBT - Static variable in class ch.epfl.scala.bsp4j.BuildTargetDataKind
 
SbtBuildTarget - Class in ch.epfl.scala.bsp4j
`SbtBuildTarget` is a basic data structure that contains sbt-specific metadata for providing editor support for sbt build files.
SbtBuildTarget(String, List<String>, ScalaBuildTarget, List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.SbtBuildTarget
 
SCALA - Static variable in class ch.epfl.scala.bsp4j.BuildTargetDataKind
 
SCALA - Static variable in class ch.epfl.scala.bsp4j.DiagnosticDataKind
 
SCALA_ATTACH_REMOTE - Static variable in class ch.epfl.scala.bsp4j.DebugSessionParamsDataKind
 
SCALA_MAIN_CLASS - Static variable in class ch.epfl.scala.bsp4j.DebugSessionParamsDataKind
 
SCALA_MAIN_CLASS - Static variable in class ch.epfl.scala.bsp4j.RunParamsDataKind
 
SCALA_TEST - Static variable in class ch.epfl.scala.bsp4j.TestParamsDataKind
 
SCALA_TEST_SUITES - Static variable in class ch.epfl.scala.bsp4j.TestParamsDataKind
 
SCALA_TEST_SUITES_SELECTION - Static variable in class ch.epfl.scala.bsp4j.TestParamsDataKind
 
ScalaAction - Class in ch.epfl.scala.bsp4j
A Scala action represents a change that can be performed in code.
ScalaAction(String) - Constructor for class ch.epfl.scala.bsp4j.ScalaAction
 
ScalaAttachRemote - Class in ch.epfl.scala.bsp4j
The debug session will connect to a running process.
ScalaAttachRemote() - Constructor for class ch.epfl.scala.bsp4j.ScalaAttachRemote
 
ScalaBuildServer - Interface in ch.epfl.scala.bsp4j
 
ScalaBuildTarget - Class in ch.epfl.scala.bsp4j
`ScalaBuildTarget` is a basic data structure that contains scala-specific metadata for compiling a target containing Scala sources.
ScalaBuildTarget(String, String, String, ScalaPlatform, List<String>) - Constructor for class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
ScalacOptionsItem - Class in ch.epfl.scala.bsp4j
 
ScalacOptionsItem(BuildTargetIdentifier, List<String>, List<String>, String) - Constructor for class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
ScalacOptionsParams - Class in ch.epfl.scala.bsp4j
 
ScalacOptionsParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.ScalacOptionsParams
 
ScalacOptionsResult - Class in ch.epfl.scala.bsp4j
 
ScalacOptionsResult(List<ScalacOptionsItem>) - Constructor for class ch.epfl.scala.bsp4j.ScalacOptionsResult
 
ScalaDiagnostic - Class in ch.epfl.scala.bsp4j
`ScalaDiagnostic` is a data structure that contains Scala-specific metadata generated by Scala compilation.
ScalaDiagnostic() - Constructor for class ch.epfl.scala.bsp4j.ScalaDiagnostic
 
ScalaMainClass - Class in ch.epfl.scala.bsp4j
 
ScalaMainClass(String, List<String>, List<String>) - Constructor for class ch.epfl.scala.bsp4j.ScalaMainClass
 
ScalaMainClassesItem - Class in ch.epfl.scala.bsp4j
 
ScalaMainClassesItem(BuildTargetIdentifier, List<ScalaMainClass>) - Constructor for class ch.epfl.scala.bsp4j.ScalaMainClassesItem
 
ScalaMainClassesParams - Class in ch.epfl.scala.bsp4j
 
ScalaMainClassesParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.ScalaMainClassesParams
 
ScalaMainClassesResult - Class in ch.epfl.scala.bsp4j
 
ScalaMainClassesResult(List<ScalaMainClassesItem>) - Constructor for class ch.epfl.scala.bsp4j.ScalaMainClassesResult
 
ScalaPlatform - Enum in ch.epfl.scala.bsp4j
 
ScalaTestClassesItem - Class in ch.epfl.scala.bsp4j
 
ScalaTestClassesItem(BuildTargetIdentifier, List<String>) - Constructor for class ch.epfl.scala.bsp4j.ScalaTestClassesItem
 
ScalaTestClassesParams - Class in ch.epfl.scala.bsp4j
 
ScalaTestClassesParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.ScalaTestClassesParams
 
ScalaTestClassesResult - Class in ch.epfl.scala.bsp4j
 
ScalaTestClassesResult(List<ScalaTestClassesItem>) - Constructor for class ch.epfl.scala.bsp4j.ScalaTestClassesResult
 
ScalaTestParams - Class in ch.epfl.scala.bsp4j
`ScalaTestParams` contains scala-specific metadata for testing Scala targets.
ScalaTestParams() - Constructor for class ch.epfl.scala.bsp4j.ScalaTestParams
 
ScalaTestSuites - Class in ch.epfl.scala.bsp4j
 
ScalaTestSuites(List<ScalaTestSuiteSelection>, List<String>, List<String>) - Constructor for class ch.epfl.scala.bsp4j.ScalaTestSuites
 
ScalaTestSuiteSelection - Class in ch.epfl.scala.bsp4j
 
ScalaTestSuiteSelection(String, List<String>) - Constructor for class ch.epfl.scala.bsp4j.ScalaTestSuiteSelection
 
ScalaTextEdit - Class in ch.epfl.scala.bsp4j
A textual edit applicable to a text document.
ScalaTextEdit(Range, String) - Constructor for class ch.epfl.scala.bsp4j.ScalaTextEdit
 
ScalaWorkspaceEdit - Class in ch.epfl.scala.bsp4j
A workspace edit represents changes to many resources managed in the workspace.
ScalaWorkspaceEdit(List<ScalaTextEdit>) - Constructor for class ch.epfl.scala.bsp4j.ScalaWorkspaceEdit
 
setActions(List<ScalaAction>) - Method in class ch.epfl.scala.bsp4j.ScalaDiagnostic
 
setArguments(List<String>) - Method in class ch.epfl.scala.bsp4j.CompileParams
 
setArguments(List<String>) - Method in class ch.epfl.scala.bsp4j.JvmMainClass
 
setArguments(List<String>) - Method in class ch.epfl.scala.bsp4j.RunParams
 
setArguments(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
setArguments(List<String>) - Method in class ch.epfl.scala.bsp4j.TestParams
 
setArgv(List<String>) - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
setArtifacts(List<MavenDependencyModuleArtifact>) - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
setAutoImports(List<String>) - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
setBaseDirectory(String) - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
setBspVersion(String) - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
setBspVersion(String) - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
setBspVersion(String) - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
setBuildTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
setBuildTargetChangedProvider(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setCancelled(Integer) - Method in class ch.epfl.scala.bsp4j.TestReport
 
setCanCompile(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
setCanDebug(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
setCanReload(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setCanRun(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
setCanTest(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
setCapabilities(BuildClientCapabilities) - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
setCapabilities(BuildServerCapabilities) - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
setCapabilities(BuildTargetCapabilities) - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
setCCompiler(String) - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
setChanges(List<BuildTargetEvent>) - Method in class ch.epfl.scala.bsp4j.DidChangeBuildTarget
 
setChanges(List<ScalaTextEdit>) - Method in class ch.epfl.scala.bsp4j.ScalaWorkspaceEdit
 
setCharacter(Integer) - Method in class ch.epfl.scala.bsp4j.Position
 
setChildren(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
setClassDirectory(String) - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
setClassDirectory(String) - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
setClasses(List<ScalaMainClass>) - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesItem
 
setClasses(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesItem
 
setClassifier(String) - Method in class ch.epfl.scala.bsp4j.MavenDependencyModuleArtifact
 
setClassName(String) - Method in class ch.epfl.scala.bsp4j.JvmMainClass
 
setClassName(String) - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
setClassName(String) - Method in class ch.epfl.scala.bsp4j.ScalaTestSuiteSelection
 
setClasspath(List<String>) - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
setClasspath(List<String>) - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
setClasspath(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
setCleaned(Boolean) - Method in class ch.epfl.scala.bsp4j.CleanCacheResult
 
setCode(String) - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
setCompileProvider(CompileProvider) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setCompiler(String) - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
setCopts(List<String>) - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
setCppCompiler(String) - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.CompileResult
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.DebugSessionParams
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.RunParams
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.TestFinish
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.TestParams
 
setData(Object) - Method in class ch.epfl.scala.bsp4j.TestResult
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.CompileResult
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.DebugSessionParams
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.RunParams
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.TestFinish
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.TestParams
 
setDataKind(String) - Method in class ch.epfl.scala.bsp4j.TestResult
 
setDebugProvider(DebugProvider) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setDefines(List<String>) - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
setDependencies(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
setDependencyModulesProvider(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setDependencySourcesProvider(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setDescription(String) - Method in class ch.epfl.scala.bsp4j.ScalaAction
 
setDiagnostics(List<Diagnostic>) - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
setDisplayName(String) - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
setDisplayName(String) - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
setDisplayName(String) - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
setDisplayName(String) - Method in class ch.epfl.scala.bsp4j.TestFinish
 
setDisplayName(String) - Method in class ch.epfl.scala.bsp4j.TestStart
 
setEdit(ScalaWorkspaceEdit) - Method in class ch.epfl.scala.bsp4j.ScalaAction
 
setEnd(Position) - Method in class ch.epfl.scala.bsp4j.Range
 
setEnvironmentVariables(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
setEnvironmentVariables(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalaTestSuites
 
setEnvironmentVariables(Map<String, String>) - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
setErrors(Integer) - Method in class ch.epfl.scala.bsp4j.CompileReport
 
setEventTime(Long) - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
setEventTime(Long) - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
setEventTime(Long) - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
setFailed(Integer) - Method in class ch.epfl.scala.bsp4j.TestReport
 
setFramework(String) - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesItem
 
setGenerated(Boolean) - Method in class ch.epfl.scala.bsp4j.SourceItem
 
setId(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
setId(String) - Method in class ch.epfl.scala.bsp4j.TaskId
 
setIgnored(Integer) - Method in class ch.epfl.scala.bsp4j.TestReport
 
setInterpreter(String) - Method in class ch.epfl.scala.bsp4j.PythonBuildTarget
 
setInterpreterOptions(List<String>) - Method in class ch.epfl.scala.bsp4j.PythonOptionsItem
 
setInverseSourcesProvider(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setItems(List<CppOptionsItem>) - Method in class ch.epfl.scala.bsp4j.CppOptionsResult
 
setItems(List<DependencyModulesItem>) - Method in class ch.epfl.scala.bsp4j.DependencyModulesResult
 
setItems(List<DependencySourcesItem>) - Method in class ch.epfl.scala.bsp4j.DependencySourcesResult
 
setItems(List<JavacOptionsItem>) - Method in class ch.epfl.scala.bsp4j.JavacOptionsResult
 
setItems(List<JvmEnvironmentItem>) - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentResult
 
setItems(List<JvmEnvironmentItem>) - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentResult
 
setItems(List<OutputPathsItem>) - Method in class ch.epfl.scala.bsp4j.OutputPathsResult
 
setItems(List<PythonOptionsItem>) - Method in class ch.epfl.scala.bsp4j.PythonOptionsResult
 
setItems(List<ResourcesItem>) - Method in class ch.epfl.scala.bsp4j.ResourcesResult
 
setItems(List<ScalacOptionsItem>) - Method in class ch.epfl.scala.bsp4j.ScalacOptionsResult
 
setItems(List<ScalaMainClassesItem>) - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesResult
 
setItems(List<ScalaTestClassesItem>) - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesResult
 
setItems(List<SourcesItem>) - Method in class ch.epfl.scala.bsp4j.SourcesResult
 
setJars(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
setJavaHome(String) - Method in class ch.epfl.scala.bsp4j.JvmBuildTarget
 
setJavaVersion(String) - Method in class ch.epfl.scala.bsp4j.JvmBuildTarget
 
setJvmBuildTarget(JvmBuildTarget) - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
setJvmOptions(List<String>) - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
setJvmOptions(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
setJvmOptions(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalaTestParams
 
setJvmOptions(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalaTestSuites
 
setJvmRunEnvironmentProvider(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setJvmTestEnvironmentProvider(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setKind(BuildTargetEventKind) - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
setKind(OutputPathItemKind) - Method in class ch.epfl.scala.bsp4j.OutputPathItem
 
setKind(SourceItemKind) - Method in class ch.epfl.scala.bsp4j.SourceItem
 
setLanguageIds(List<String>) - Method in class ch.epfl.scala.bsp4j.BuildClientCapabilities
 
setLanguageIds(List<String>) - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
setLanguageIds(List<String>) - Method in class ch.epfl.scala.bsp4j.CompileProvider
 
setLanguageIds(List<String>) - Method in class ch.epfl.scala.bsp4j.DebugProvider
 
setLanguageIds(List<String>) - Method in class ch.epfl.scala.bsp4j.RunProvider
 
setLanguageIds(List<String>) - Method in class ch.epfl.scala.bsp4j.TestProvider
 
setLanguages(List<String>) - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
setLine(Integer) - Method in class ch.epfl.scala.bsp4j.Position
 
setLinkopts(List<String>) - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
setLinkshared(Boolean) - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
setLocation(Location) - Method in class ch.epfl.scala.bsp4j.DiagnosticRelatedInformation
 
setLocation(Location) - Method in class ch.epfl.scala.bsp4j.TestFinish
 
setLocation(Location) - Method in class ch.epfl.scala.bsp4j.TestStart
 
setMainClasses(List<JvmMainClass>) - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
setMessage(String) - Method in class ch.epfl.scala.bsp4j.CleanCacheResult
 
setMessage(String) - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
setMessage(String) - Method in class ch.epfl.scala.bsp4j.DiagnosticRelatedInformation
 
setMessage(String) - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
setMessage(String) - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
setMessage(String) - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
setMessage(String) - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
setMessage(String) - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
setMessage(String) - Method in class ch.epfl.scala.bsp4j.TestFinish
 
setModules(List<DependencyModule>) - Method in class ch.epfl.scala.bsp4j.DependencyModulesItem
 
setName(String) - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
setName(String) - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
setName(String) - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
setNewText(String) - Method in class ch.epfl.scala.bsp4j.ScalaTextEdit
 
setNoOp(Boolean) - Method in class ch.epfl.scala.bsp4j.CompileReport
 
setOptions(List<String>) - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
setOptions(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
setOrganization(String) - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.CompileParams
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.CompileReport
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.CompileResult
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentParams
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentParams
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.RunParams
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.RunResult
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesParams
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesResult
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesParams
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.TestParams
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.TestReport
 
setOriginId(String) - Method in class ch.epfl.scala.bsp4j.TestResult
 
setOutputPaths(List<OutputPathItem>) - Method in class ch.epfl.scala.bsp4j.OutputPathsItem
 
setOutputPathsProvider(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setParent(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
setParents(List<String>) - Method in class ch.epfl.scala.bsp4j.TaskId
 
setPassed(Integer) - Method in class ch.epfl.scala.bsp4j.TestReport
 
setPlatform(ScalaPlatform) - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
setProgress(Long) - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
setRange(Range) - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
setRange(Range) - Method in class ch.epfl.scala.bsp4j.Location
 
setRange(Range) - Method in class ch.epfl.scala.bsp4j.ScalaTextEdit
 
setRelatedInformation(List<DiagnosticRelatedInformation>) - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
setReset(Boolean) - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
setResources(List<String>) - Method in class ch.epfl.scala.bsp4j.ResourcesItem
 
setResourcesProvider(Boolean) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setRoots(List<String>) - Method in class ch.epfl.scala.bsp4j.SourcesItem
 
setRootUri(String) - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
setRunProvider(RunProvider) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setSbtVersion(String) - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
setScalaBinaryVersion(String) - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
setScalaBuildTarget(ScalaBuildTarget) - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
setScalaOrganization(String) - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
setScalaVersion(String) - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
setScope(String) - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
setSeverity(DiagnosticSeverity) - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
setSkipped(Integer) - Method in class ch.epfl.scala.bsp4j.TestReport
 
setSource(String) - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
setSources(List<SourceItem>) - Method in class ch.epfl.scala.bsp4j.SourcesItem
 
setSources(List<String>) - Method in class ch.epfl.scala.bsp4j.DependencySourcesItem
 
setStart(Position) - Method in class ch.epfl.scala.bsp4j.Range
 
setStatus(StatusCode) - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
setStatus(TestStatus) - Method in class ch.epfl.scala.bsp4j.TestFinish
 
setStatusCode(StatusCode) - Method in class ch.epfl.scala.bsp4j.CompileResult
 
setStatusCode(StatusCode) - Method in class ch.epfl.scala.bsp4j.RunResult
 
setStatusCode(StatusCode) - Method in class ch.epfl.scala.bsp4j.TestResult
 
setSuites(List<ScalaTestSuiteSelection>) - Method in class ch.epfl.scala.bsp4j.ScalaTestSuites
 
setTags(List<String>) - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.CompileReport
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.CompileTask
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.DependencyModulesItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.DependencySourcesItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.OutputPathsItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.PythonOptionsItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.ResourcesItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.RunParams
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.SourcesItem
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.TestReport
 
setTarget(BuildTargetIdentifier) - Method in class ch.epfl.scala.bsp4j.TestTask
 
setTargets(List<BuildTarget>) - Method in class ch.epfl.scala.bsp4j.WorkspaceBuildTargetsResult
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.CleanCacheParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.CompileParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.CppOptionsParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.DebugSessionParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.DependencyModulesParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.DependencySourcesParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.InverseSourcesResult
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.JavacOptionsParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.OutputPathsParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.PythonOptionsParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.ResourcesParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.ScalacOptionsParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.SourcesParams
 
setTargets(List<BuildTargetIdentifier>) - Method in class ch.epfl.scala.bsp4j.TestParams
 
setTask(TaskId) - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
setTask(TaskId) - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
setTaskId(TaskId) - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
setTaskId(TaskId) - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
setTaskId(TaskId) - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
setTestClasses(List<ScalaTestClassesItem>) - Method in class ch.epfl.scala.bsp4j.ScalaTestParams
 
setTestProvider(TestProvider) - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
setTests(List<String>) - Method in class ch.epfl.scala.bsp4j.ScalaTestSuiteSelection
 
setTextDocument(TextDocumentIdentifier) - Method in class ch.epfl.scala.bsp4j.InverseSourcesParams
 
setTextDocument(TextDocumentIdentifier) - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
setTime(Long) - Method in class ch.epfl.scala.bsp4j.CompileReport
 
setTime(Long) - Method in class ch.epfl.scala.bsp4j.TestReport
 
setTitle(String) - Method in class ch.epfl.scala.bsp4j.ScalaAction
 
setTotal(Long) - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
setType(MessageType) - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
setType(MessageType) - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
setUnit(String) - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
setUri(String) - Method in class ch.epfl.scala.bsp4j.BuildTargetIdentifier
 
setUri(String) - Method in class ch.epfl.scala.bsp4j.DebugSessionAddress
 
setUri(String) - Method in class ch.epfl.scala.bsp4j.Location
 
setUri(String) - Method in class ch.epfl.scala.bsp4j.MavenDependencyModuleArtifact
 
setUri(String) - Method in class ch.epfl.scala.bsp4j.OutputPathItem
 
setUri(String) - Method in class ch.epfl.scala.bsp4j.SourceItem
 
setUri(String) - Method in class ch.epfl.scala.bsp4j.TextDocumentIdentifier
 
setVersion(String) - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
setVersion(String) - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
setVersion(String) - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
setVersion(String) - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
setVersion(String) - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
setVersion(String) - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
setVersion(String) - Method in class ch.epfl.scala.bsp4j.PythonBuildTarget
 
setWarnings(Integer) - Method in class ch.epfl.scala.bsp4j.CompileReport
 
setWorkingDirectory(String) - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
ShowMessageParams - Class in ch.epfl.scala.bsp4j
 
ShowMessageParams(MessageType, String) - Constructor for class ch.epfl.scala.bsp4j.ShowMessageParams
 
SKIPPED - ch.epfl.scala.bsp4j.TestStatus
 
SourceItem - Class in ch.epfl.scala.bsp4j
 
SourceItem(String, SourceItemKind, Boolean) - Constructor for class ch.epfl.scala.bsp4j.SourceItem
 
SourceItemKind - Enum in ch.epfl.scala.bsp4j
 
SourcesItem - Class in ch.epfl.scala.bsp4j
 
SourcesItem(BuildTargetIdentifier, List<SourceItem>) - Constructor for class ch.epfl.scala.bsp4j.SourcesItem
 
SourcesParams - Class in ch.epfl.scala.bsp4j
 
SourcesParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.SourcesParams
 
SourcesResult - Class in ch.epfl.scala.bsp4j
 
SourcesResult(List<SourcesItem>) - Constructor for class ch.epfl.scala.bsp4j.SourcesResult
 
StatusCode - Enum in ch.epfl.scala.bsp4j
Included in notifications of tasks or requests to signal the completion state.

T

TaskFinishDataKind - Class in ch.epfl.scala.bsp4j
Task finish notifications may contain an arbitrary interface in their `data` field.
TaskFinishDataKind() - Constructor for class ch.epfl.scala.bsp4j.TaskFinishDataKind
 
TaskFinishParams - Class in ch.epfl.scala.bsp4j
 
TaskFinishParams(TaskId, StatusCode) - Constructor for class ch.epfl.scala.bsp4j.TaskFinishParams
 
TaskId - Class in ch.epfl.scala.bsp4j
The Task Id allows clients to _uniquely_ identify a BSP task and establish a client-parent relationship with another task id.
TaskId(String) - Constructor for class ch.epfl.scala.bsp4j.TaskId
 
TaskProgressDataKind - Class in ch.epfl.scala.bsp4j
Task progress notifications may contain an arbitrary interface in their `data` field.
TaskProgressDataKind() - Constructor for class ch.epfl.scala.bsp4j.TaskProgressDataKind
 
TaskProgressParams - Class in ch.epfl.scala.bsp4j
 
TaskProgressParams(TaskId) - Constructor for class ch.epfl.scala.bsp4j.TaskProgressParams
 
TaskStartDataKind - Class in ch.epfl.scala.bsp4j
Task start notifications may contain an arbitrary interface in their `data` field.
TaskStartDataKind() - Constructor for class ch.epfl.scala.bsp4j.TaskStartDataKind
 
TaskStartParams - Class in ch.epfl.scala.bsp4j
 
TaskStartParams(TaskId) - Constructor for class ch.epfl.scala.bsp4j.TaskStartParams
 
TEST - Static variable in class ch.epfl.scala.bsp4j.BuildTargetTag
 
TEST_FINISH - Static variable in class ch.epfl.scala.bsp4j.TaskFinishDataKind
 
TEST_REPORT - Static variable in class ch.epfl.scala.bsp4j.TaskFinishDataKind
 
TEST_START - Static variable in class ch.epfl.scala.bsp4j.TaskStartDataKind
 
TEST_TASK - Static variable in class ch.epfl.scala.bsp4j.TaskStartDataKind
 
TestFinish - Class in ch.epfl.scala.bsp4j
 
TestFinish(String, TestStatus) - Constructor for class ch.epfl.scala.bsp4j.TestFinish
 
TestFinishDataKind - Class in ch.epfl.scala.bsp4j
 
TestFinishDataKind() - Constructor for class ch.epfl.scala.bsp4j.TestFinishDataKind
 
TestParams - Class in ch.epfl.scala.bsp4j
 
TestParams(List<BuildTargetIdentifier>) - Constructor for class ch.epfl.scala.bsp4j.TestParams
 
TestParamsDataKind - Class in ch.epfl.scala.bsp4j
 
TestParamsDataKind() - Constructor for class ch.epfl.scala.bsp4j.TestParamsDataKind
 
TestProvider - Class in ch.epfl.scala.bsp4j
 
TestProvider(List<String>) - Constructor for class ch.epfl.scala.bsp4j.TestProvider
 
TestReport - Class in ch.epfl.scala.bsp4j
 
TestReport(BuildTargetIdentifier, Integer, Integer, Integer, Integer, Integer) - Constructor for class ch.epfl.scala.bsp4j.TestReport
 
TestResult - Class in ch.epfl.scala.bsp4j
 
TestResult(StatusCode) - Constructor for class ch.epfl.scala.bsp4j.TestResult
 
TestResultDataKind - Class in ch.epfl.scala.bsp4j
 
TestResultDataKind() - Constructor for class ch.epfl.scala.bsp4j.TestResultDataKind
 
TestStart - Class in ch.epfl.scala.bsp4j
 
TestStart(String) - Constructor for class ch.epfl.scala.bsp4j.TestStart
 
TestStatus - Enum in ch.epfl.scala.bsp4j
 
TestTask - Class in ch.epfl.scala.bsp4j
The beginning of a testing unit may be signalled to the client with a `build/taskStart` notification.
TestTask(BuildTargetIdentifier) - Constructor for class ch.epfl.scala.bsp4j.TestTask
 
TextDocumentIdentifier - Class in ch.epfl.scala.bsp4j
 
TextDocumentIdentifier(String) - Constructor for class ch.epfl.scala.bsp4j.TextDocumentIdentifier
 
toString() - Method in class ch.epfl.scala.bsp4j.BspConnectionDetails
 
toString() - Method in class ch.epfl.scala.bsp4j.BuildClientCapabilities
 
toString() - Method in class ch.epfl.scala.bsp4j.BuildServerCapabilities
 
toString() - Method in class ch.epfl.scala.bsp4j.BuildTarget
 
toString() - Method in class ch.epfl.scala.bsp4j.BuildTargetCapabilities
 
toString() - Method in class ch.epfl.scala.bsp4j.BuildTargetEvent
 
toString() - Method in class ch.epfl.scala.bsp4j.BuildTargetIdentifier
 
toString() - Method in class ch.epfl.scala.bsp4j.CleanCacheParams
 
toString() - Method in class ch.epfl.scala.bsp4j.CleanCacheResult
 
toString() - Method in class ch.epfl.scala.bsp4j.CompileParams
 
toString() - Method in class ch.epfl.scala.bsp4j.CompileProvider
 
toString() - Method in class ch.epfl.scala.bsp4j.CompileReport
 
toString() - Method in class ch.epfl.scala.bsp4j.CompileResult
 
toString() - Method in class ch.epfl.scala.bsp4j.CompileTask
 
toString() - Method in class ch.epfl.scala.bsp4j.CppBuildTarget
 
toString() - Method in class ch.epfl.scala.bsp4j.CppOptionsItem
 
toString() - Method in class ch.epfl.scala.bsp4j.CppOptionsParams
 
toString() - Method in class ch.epfl.scala.bsp4j.CppOptionsResult
 
toString() - Method in class ch.epfl.scala.bsp4j.DebugProvider
 
toString() - Method in class ch.epfl.scala.bsp4j.DebugSessionAddress
 
toString() - Method in class ch.epfl.scala.bsp4j.DebugSessionParams
 
toString() - Method in class ch.epfl.scala.bsp4j.DependencyModule
 
toString() - Method in class ch.epfl.scala.bsp4j.DependencyModulesItem
 
toString() - Method in class ch.epfl.scala.bsp4j.DependencyModulesParams
 
toString() - Method in class ch.epfl.scala.bsp4j.DependencyModulesResult
 
toString() - Method in class ch.epfl.scala.bsp4j.DependencySourcesItem
 
toString() - Method in class ch.epfl.scala.bsp4j.DependencySourcesParams
 
toString() - Method in class ch.epfl.scala.bsp4j.DependencySourcesResult
 
toString() - Method in class ch.epfl.scala.bsp4j.Diagnostic
 
toString() - Method in class ch.epfl.scala.bsp4j.DiagnosticRelatedInformation
 
toString() - Method in class ch.epfl.scala.bsp4j.DidChangeBuildTarget
 
toString() - Method in class ch.epfl.scala.bsp4j.InitializeBuildParams
 
toString() - Method in class ch.epfl.scala.bsp4j.InitializeBuildResult
 
toString() - Method in class ch.epfl.scala.bsp4j.InverseSourcesParams
 
toString() - Method in class ch.epfl.scala.bsp4j.InverseSourcesResult
 
toString() - Method in class ch.epfl.scala.bsp4j.JavacOptionsItem
 
toString() - Method in class ch.epfl.scala.bsp4j.JavacOptionsParams
 
toString() - Method in class ch.epfl.scala.bsp4j.JavacOptionsResult
 
toString() - Method in class ch.epfl.scala.bsp4j.JvmBuildTarget
 
toString() - Method in class ch.epfl.scala.bsp4j.JvmEnvironmentItem
 
toString() - Method in class ch.epfl.scala.bsp4j.JvmMainClass
 
toString() - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentParams
 
toString() - Method in class ch.epfl.scala.bsp4j.JvmRunEnvironmentResult
 
toString() - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentParams
 
toString() - Method in class ch.epfl.scala.bsp4j.JvmTestEnvironmentResult
 
toString() - Method in class ch.epfl.scala.bsp4j.Location
 
toString() - Method in class ch.epfl.scala.bsp4j.LogMessageParams
 
toString() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModule
 
toString() - Method in class ch.epfl.scala.bsp4j.MavenDependencyModuleArtifact
 
toString() - Method in class ch.epfl.scala.bsp4j.OutputPathItem
 
toString() - Method in class ch.epfl.scala.bsp4j.OutputPathsItem
 
toString() - Method in class ch.epfl.scala.bsp4j.OutputPathsParams
 
toString() - Method in class ch.epfl.scala.bsp4j.OutputPathsResult
 
toString() - Method in class ch.epfl.scala.bsp4j.Position
 
toString() - Method in class ch.epfl.scala.bsp4j.PublishDiagnosticsParams
 
toString() - Method in class ch.epfl.scala.bsp4j.PythonBuildTarget
 
toString() - Method in class ch.epfl.scala.bsp4j.PythonOptionsItem
 
toString() - Method in class ch.epfl.scala.bsp4j.PythonOptionsParams
 
toString() - Method in class ch.epfl.scala.bsp4j.PythonOptionsResult
 
toString() - Method in class ch.epfl.scala.bsp4j.Range
 
toString() - Method in class ch.epfl.scala.bsp4j.ResourcesItem
 
toString() - Method in class ch.epfl.scala.bsp4j.ResourcesParams
 
toString() - Method in class ch.epfl.scala.bsp4j.ResourcesResult
 
toString() - Method in class ch.epfl.scala.bsp4j.RunParams
 
toString() - Method in class ch.epfl.scala.bsp4j.RunProvider
 
toString() - Method in class ch.epfl.scala.bsp4j.RunResult
 
toString() - Method in class ch.epfl.scala.bsp4j.SbtBuildTarget
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaAction
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaAttachRemote
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaBuildTarget
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsItem
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsParams
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalacOptionsResult
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaDiagnostic
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaMainClass
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesItem
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesParams
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaMainClassesResult
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesItem
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesParams
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaTestClassesResult
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaTestParams
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaTestSuites
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaTestSuiteSelection
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaTextEdit
 
toString() - Method in class ch.epfl.scala.bsp4j.ScalaWorkspaceEdit
 
toString() - Method in class ch.epfl.scala.bsp4j.ShowMessageParams
 
toString() - Method in class ch.epfl.scala.bsp4j.SourceItem
 
toString() - Method in class ch.epfl.scala.bsp4j.SourcesItem
 
toString() - Method in class ch.epfl.scala.bsp4j.SourcesParams
 
toString() - Method in class ch.epfl.scala.bsp4j.SourcesResult
 
toString() - Method in class ch.epfl.scala.bsp4j.TaskFinishParams
 
toString() - Method in class ch.epfl.scala.bsp4j.TaskId
 
toString() - Method in class ch.epfl.scala.bsp4j.TaskProgressParams
 
toString() - Method in class ch.epfl.scala.bsp4j.TaskStartParams
 
toString() - Method in class ch.epfl.scala.bsp4j.TestFinish
 
toString() - Method in class ch.epfl.scala.bsp4j.TestParams
 
toString() - Method in class ch.epfl.scala.bsp4j.TestProvider
 
toString() - Method in class ch.epfl.scala.bsp4j.TestReport
 
toString() - Method in class ch.epfl.scala.bsp4j.TestResult
 
toString() - Method in class ch.epfl.scala.bsp4j.TestStart
 
toString() - Method in class ch.epfl.scala.bsp4j.TestTask
 
toString() - Method in class ch.epfl.scala.bsp4j.TextDocumentIdentifier
 
toString() - Method in class ch.epfl.scala.bsp4j.WorkspaceBuildTargetsResult
 

U

UNNECESSARY - Static variable in class ch.epfl.scala.bsp4j.DiagnosticTag
 

V

valueOf(String) - Static method in enum ch.epfl.scala.bsp4j.BuildTargetEventKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.epfl.scala.bsp4j.DiagnosticSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.epfl.scala.bsp4j.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.epfl.scala.bsp4j.OutputPathItemKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.epfl.scala.bsp4j.ScalaPlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.epfl.scala.bsp4j.SourceItemKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.epfl.scala.bsp4j.StatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.epfl.scala.bsp4j.TestStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.epfl.scala.bsp4j.BuildTargetEventKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.epfl.scala.bsp4j.DiagnosticSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.epfl.scala.bsp4j.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.epfl.scala.bsp4j.OutputPathItemKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.epfl.scala.bsp4j.ScalaPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.epfl.scala.bsp4j.SourceItemKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.epfl.scala.bsp4j.StatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.epfl.scala.bsp4j.TestStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - ch.epfl.scala.bsp4j.DiagnosticSeverity
 
WARNING - ch.epfl.scala.bsp4j.MessageType
 
workspaceBuildTargets() - Method in interface ch.epfl.scala.bsp4j.BuildServer
The workspace build targets request is sent from the client to the server to ask for the list of all available build targets in the workspace.
WorkspaceBuildTargetsResult - Class in ch.epfl.scala.bsp4j
 
WorkspaceBuildTargetsResult(List<BuildTarget>) - Constructor for class ch.epfl.scala.bsp4j.WorkspaceBuildTargetsResult
 
workspaceReload() - Method in interface ch.epfl.scala.bsp4j.BuildServer
The `reload` request is sent from the client to instruct the build server to reload the build configuration.
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages