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