Class InitializeResponse
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ProtocolMessage
com.oracle.truffle.tools.dap.types.Response
com.oracle.truffle.tools.dap.types.InitializeResponse
Response to 'initialize' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic InitializeResponsebooleangetBody()The capabilities of this debug adapter.inthashCode()setBody(Capabilities body) Methods inherited from class com.oracle.truffle.tools.dap.types.Response
getCommand, getMessage, getRequestSeq, isSuccess, setBody, setCommand, setMessage, setRequestSeq, setSuccess
-
Method Details
-
getBody
The capabilities of this debug adapter. -
setBody
-
equals
-
hashCode
public int hashCode() -
create
public static InitializeResponse create(Integer requestSeq, Boolean success, String command, Integer seq)
-