Class AttachRequestArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.AttachRequestArguments
Arguments for 'attach' request. Additional attributes are implementation specific.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttachRequestArgumentscreate()booleanAdditional implementation specific attributes.Optional data from the previous, restarted session.inthashCode()setRestart(Object restart)
-
Method Details
-
getRestart
Optional data from the previous, restarted session. The data is sent as the 'restart' attribute of the 'terminated' event. The client should leave the data intact. -
setRestart
-
get
Additional implementation specific attributes.- Parameters:
attrName- Attribute name.
-
set
-
equals
-
hashCode
public int hashCode() -
create
-