public class BreakpointEventArguments
extends java.lang.Object
Constructor and Description |
---|
BreakpointEventArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Breakpoint |
getBreakpoint()
The 'id' attribute is used to find the target breakpoint and the other attributes are used as the new values.
|
java.lang.String |
getReason()
The reason for the event.
|
int |
hashCode() |
void |
setBreakpoint(Breakpoint breakpoint)
The 'id' attribute is used to find the target breakpoint and the other attributes are used as the new values.
|
void |
setReason(java.lang.String reason)
The reason for the event.
|
java.lang.String |
toString() |
@Pure public java.lang.String getReason()
Possible values include - but not limited to those defined in BreakpointEventArgumentsReason
public void setReason(java.lang.String reason)
Possible values include - but not limited to those defined in BreakpointEventArgumentsReason
@Pure public Breakpoint getBreakpoint()
public void setBreakpoint(Breakpoint breakpoint)
@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