public class StepRequest extends EventRequest implements IStepRequest
_typeSTEP, STEP_INTO, STEP_OUT, STEP_OVER| Constructor and Description |
|---|
StepRequest(EventRequestManager manager, int stepType, ProgramThread thread)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
equals
|
int |
hashCode()
hashCode
|
int |
stepType()
returns the step type
|
IProgramThread |
thread()
returns the program thread on which the step event is being requested
|
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 StepRequest(EventRequestManager manager, int stepType, ProgramThread thread)
public int stepType()
stepType in interface IStepRequestpublic IProgramThread thread()
thread in interface IStepRequestpublic 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