Class ContinuedEvent.EventBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ContinuedEvent.EventBody
- Enclosing class:
ContinuedEvent
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContinuedEvent.EventBodybooleanIf 'allThreadsContinued' is true, a debug adapter can announce that all threads have continued.intThe thread which was continued.inthashCode()setAllThreadsContinued(Boolean allThreadsContinued) setThreadId(int threadId)
-
Method Details
-
getThreadId
public int getThreadId()The thread which was continued. -
setThreadId
-
getAllThreadsContinued
If 'allThreadsContinued' is true, a debug adapter can announce that all threads have continued. -
setAllThreadsContinued
-
equals
-
hashCode
public int hashCode() -
create
-