Class Event
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ProtocolMessage
com.oracle.truffle.tools.dap.types.Event
- Direct Known Subclasses:
BreakpointEvent,CapabilitiesEvent,ContinuedEvent,ExitedEvent,InitializedEvent,LoadedSourceEvent,ModuleEvent,OutputEvent,ProcessEvent,ProgressEndEvent,ProgressStartEvent,ProgressUpdateEvent,StoppedEvent,TerminatedEvent,ThreadEvent
A debug adapter initiated event.
-
Method Details
-
getEvent
Type of event. -
setEvent
-
getBody
Event-specific information. -
setBody
-
equals
- Overrides:
equalsin classProtocolMessage
-
hashCode
public int hashCode()- Overrides:
hashCodein classProtocolMessage
-
create
-