Class CppBuildServerService
- java.lang.Object
-
- org.jetbrains.bsp.bazel.server.bsp.services.CppBuildServerService
-
public class CppBuildServerService extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCOPTS_LOCATIONstatic intDEFINES_LOCATIONstatic intLINKOPTS_LOCATIONstatic intLINKSHARED_LOCATION
-
Constructor Summary
Constructors Constructor Description CppBuildServerService(BazelRunner bazelRunner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.jsonrpc.messages.ResponseError,ch.epfl.scala.bsp4j.CppOptionsResult>buildTargetCppOptions(ch.epfl.scala.bsp4j.CppOptionsParams cppOptionsParams)
-
-
-
Field Detail
-
COPTS_LOCATION
public static final int COPTS_LOCATION
- See Also:
- Constant Field Values
-
DEFINES_LOCATION
public static final int DEFINES_LOCATION
- See Also:
- Constant Field Values
-
LINKOPTS_LOCATION
public static final int LINKOPTS_LOCATION
- See Also:
- Constant Field Values
-
LINKSHARED_LOCATION
public static final int LINKSHARED_LOCATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CppBuildServerService
public CppBuildServerService(BazelRunner bazelRunner)
-
-