Class ThreadEvent
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ProtocolMessage
com.oracle.truffle.tools.dap.types.Event
com.oracle.truffle.tools.dap.types.ThreadEvent
Event message for 'thread' event type. The event indicates that a thread has started or exited.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadEventcreate(ThreadEvent.EventBody body, Integer seq) booleangetBody()Event-specific information.inthashCode()setBody(ThreadEvent.EventBody body) Methods inherited from class com.oracle.truffle.tools.dap.types.Event
create, getEvent, setBody, setEvent