public class BreakpointRequest extends EventRequest implements IBreakpointRequest
_type
Constructor and Description |
---|
BreakpointRequest(EventRequestManager manager, ILocation location)
constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
equals
|
int |
hashCode()
hashCode
|
ILocation |
location()
returns the location of this object
|
java.lang.String |
toString()
to string
|
void |
write(PacketOutputStream stream)
write specific data to the output stream
|
disable, enable, id, isEnabled, type
debugger, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
disable, enable, isEnabled, type
debugger
public BreakpointRequest(EventRequestManager manager, ILocation location)
public ILocation location()
location
in interface ILocatable
public void write(PacketOutputStream stream) throws java.io.IOException
write
in class EventRequest
java.io.IOException
public java.lang.String toString()
toString
in interface IALSBDebuggerObject
toString
in class java.lang.Object
public int hashCode()
hashCode
in class EventRequest
public boolean equals(java.lang.Object obj)
equals
in class EventRequest