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, typedebugger, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitdisable, enable, isEnabled, typedebuggerpublic BreakpointRequest(EventRequestManager manager, ILocation location)
public ILocation location()
location in interface ILocatablepublic void write(PacketOutputStream stream) throws java.io.IOException
write in class EventRequestjava.io.IOExceptionpublic java.lang.String toString()
toString in interface IALSBDebuggerObjecttoString in class java.lang.Objectpublic int hashCode()
hashCode in class EventRequestpublic boolean equals(java.lang.Object obj)
equals in class EventRequest