public class NextArguments
extends java.lang.Object
| Constructor and Description |
|---|
NextArguments() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
SteppingGranularity |
getGranularity()
Optional granularity to step.
|
int |
getThreadId()
Execute 'next' for this thread.
|
int |
hashCode() |
void |
setGranularity(SteppingGranularity granularity)
Optional granularity to step.
|
void |
setThreadId(int threadId)
Execute 'next' for this thread.
|
java.lang.String |
toString() |
@Pure public int getThreadId()
public void setThreadId(int threadId)
@Pure public SteppingGranularity getGranularity()
This is an optional property.
public void setGranularity(SteppingGranularity granularity)
This is an optional property.
@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