Class Request
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ProtocolMessage
com.oracle.truffle.tools.dap.types.Request
A client or debug adapter initiated request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RequestbooleanObject containing arguments for the command.The command to execute.inthashCode()setArguments(Object arguments) setCommand(String command)
-
Method Details
-
getCommand
The command to execute. -
setCommand
-
getArguments
Object containing arguments for the command. -
setArguments
-
equals
- Overrides:
equalsin classProtocolMessage
-
hashCode
public int hashCode()- Overrides:
hashCodein classProtocolMessage
-
create
-