public interface MethodFilter
Modifier and Type | Method and Description |
---|---|
Range<java.lang.Integer> |
getCallingExpressionLines() |
default int |
getSkipCount() |
boolean |
locationMatches(DebugProcessImpl process,
com.sun.jdi.Location location) |
default boolean |
locationMatches(DebugProcessImpl process,
com.sun.jdi.Location location,
StackFrameProxyImpl frameProxy) |
default int |
onReached(SuspendContextImpl context,
RequestHint hint) |
boolean locationMatches(DebugProcessImpl process, com.sun.jdi.Location location) throws EvaluateException
EvaluateException
default boolean locationMatches(DebugProcessImpl process, com.sun.jdi.Location location, StackFrameProxyImpl frameProxy) throws EvaluateException
EvaluateException
Range<java.lang.Integer> getCallingExpressionLines()
default int onReached(SuspendContextImpl context, RequestHint hint)
default int getSkipCount()