public class RequestHint
extends java.lang.Object
Constructor and Description |
---|
RequestHint(ThreadReferenceProxyImpl stepThread,
SuspendContextImpl suspendContext,
int depth) |
RequestHint(ThreadReferenceProxyImpl stepThread,
SuspendContextImpl suspendContext,
int stepSize,
int depth,
MethodFilter methodFilter) |
RequestHint(ThreadReferenceProxyImpl stepThread,
SuspendContextImpl suspendContext,
MethodFilter methodFilter) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
checkCurrentPosition(SuspendContextImpl context,
com.sun.jdi.Location location) |
int |
getDepth() |
MethodFilter |
getMethodFilter() |
int |
getNextStepDepth(SuspendContextImpl context) |
int |
getSize() |
boolean |
isIgnoreFilters() |
boolean |
isResetIgnoreFilters() |
boolean |
isRestoreBreakpoints() |
protected boolean |
isSteppedOut() |
protected boolean |
isTheSameFrame(SuspendContextImpl context) |
void |
setIgnoreFilters(boolean ignoreFilters) |
void |
setResetIgnoreFilters(boolean resetIgnoreFilters) |
void |
setRestoreBreakpoints(boolean restoreBreakpoints) |
boolean |
wasStepTargetMethodMatched() |
public static final int STOP
public static final int RESUME
public RequestHint(ThreadReferenceProxyImpl stepThread, SuspendContextImpl suspendContext, MethodFilter methodFilter)
public RequestHint(ThreadReferenceProxyImpl stepThread, SuspendContextImpl suspendContext, int depth)
public RequestHint(ThreadReferenceProxyImpl stepThread, SuspendContextImpl suspendContext, int stepSize, int depth, MethodFilter methodFilter)
public void setIgnoreFilters(boolean ignoreFilters)
public void setResetIgnoreFilters(boolean resetIgnoreFilters)
public boolean isResetIgnoreFilters()
public void setRestoreBreakpoints(boolean restoreBreakpoints)
public boolean isRestoreBreakpoints()
public boolean isIgnoreFilters()
public int getSize()
public int getDepth()
public MethodFilter getMethodFilter()
public boolean wasStepTargetMethodMatched()
protected boolean isTheSameFrame(SuspendContextImpl context)
protected boolean isSteppedOut()
public java.lang.Integer checkCurrentPosition(SuspendContextImpl context, com.sun.jdi.Location location)
public int getNextStepDepth(SuspendContextImpl context)