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