Class TerminatedEvent.EventBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.TerminatedEvent.EventBody
- Enclosing class:
TerminatedEvent
-
Method Summary
Modifier and TypeMethodDescriptionstatic TerminatedEvent.EventBodycreate()booleanA debug adapter may set 'restart' to true (or to an arbitrary object) to request that the front end restarts the session.inthashCode()setRestart(Object restart)
-
Method Details
-
getRestart
A debug adapter may set 'restart' to true (or to an arbitrary object) to request that the front end restarts the session. The value is not interpreted by the client and passed unmodified as an attribute '__restart' to the 'launch' and 'attach' requests. -
setRestart
-
equals
-
hashCode
public int hashCode() -
create
-