Class BreakpointEvent
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.BreakpointEvent
Event message for 'breakpoint' event type. The event indicates that some information about a
breakpoint has changed.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic BreakpointEventcreate(BreakpointEvent.EventBody body, Integer seq) booleangetBody()Event-specific information.inthashCode()Methods inherited from class com.oracle.truffle.tools.dap.types.Event
create, getEvent, setBody, setEvent