Class BreakpointEvent.EventBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.BreakpointEvent.EventBody
- Enclosing class:
BreakpointEvent
-
Method Summary
Modifier and TypeMethodDescriptionstatic BreakpointEvent.EventBodycreate(String reason, Breakpoint breakpoint) booleanThe 'id' attribute is used to find the target breakpoint and the other attributes are used as the new values.The reason for the event.inthashCode()setBreakpoint(Breakpoint breakpoint)
-
Method Details
-
getReason
The reason for the event. Values: 'changed', 'new', 'removed', etc. -
setReason
-
getBreakpoint
The 'id' attribute is used to find the target breakpoint and the other attributes are used as the new values. -
setBreakpoint
-
equals
-
hashCode
public int hashCode() -
create
-