public class BreakpointRequest extends AbstractRequest implements ILocatable
_type| Constructor and Description |
|---|
BreakpointRequest(ILocation location)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
ILocation |
location()
returns the location of this object
|
boolean |
matches(ProgramThread thread, IStackFrame frame)
returns true if it matches
|
void |
write(PacketOutputStream stream, ProgramThread thread, IStackFrame frame)
create corresponding event packet data
|
id, typepublic BreakpointRequest(ILocation location)
public ILocation location()
location in interface ILocatablepublic boolean matches(ProgramThread thread, IStackFrame frame)
matches in class AbstractRequestpublic void write(PacketOutputStream stream, ProgramThread thread, IStackFrame frame) throws java.io.IOException
write in class AbstractRequestjava.io.IOException