Class ContinueResponse.ResponseBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ContinueResponse.ResponseBody
- Enclosing class:
ContinueResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreate()booleanIf true, the 'continue' request has ignored the specified thread and continued all threads instead.inthashCode()setAllThreadsContinued(Boolean allThreadsContinued)
-
Method Details
-
getAllThreadsContinued
If true, the 'continue' request has ignored the specified thread and continued all threads instead. If this attribute is missing a value of 'true' is assumed for backward compatibility. -
setAllThreadsContinued
-
equals
-
hashCode
public int hashCode() -
create
-