public class SetInstructionBreakpointsArguments
extends java.lang.Object
Constructor and Description |
---|
SetInstructionBreakpointsArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
InstructionBreakpoint[] |
getBreakpoints()
The instruction references of the breakpoints
|
int |
hashCode() |
void |
setBreakpoints(InstructionBreakpoint[] breakpoints)
The instruction references of the breakpoints
|
java.lang.String |
toString() |
@Pure public InstructionBreakpoint[] getBreakpoints()
public void setBreakpoints(InstructionBreakpoint[] breakpoints)
@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