public class TerminatedEventArguments
extends java.lang.Object
Constructor and Description |
---|
TerminatedEventArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getRestart()
A debug adapter may set 'restart' to true (or to an arbitrary object) to request that the front end restarts
the session.
|
int |
hashCode() |
void |
setRestart(java.lang.Object restart)
A debug adapter may set 'restart' to true (or to an arbitrary object) to request that the front end restarts
the session.
|
java.lang.String |
toString() |
@Pure public java.lang.Object getRestart()
The value is not interpreted by the client and passed unmodified as an attribute '__restart' to the 'launch' and 'attach' requests.
This is an optional property.
public void setRestart(java.lang.Object restart)
The value is not interpreted by the client and passed unmodified as an attribute '__restart' to the 'launch' and 'attach' requests.
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object