public abstract class SmartSteppingCallback extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SmartSteppingCallback.Registration
Declarative registration of a SmartSteppingCallback implementation.
|
| Constructor and Description |
|---|
SmartSteppingCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
initFilter(SmartSteppingFilter f)
Defines default set of smart stepping filters.
|
abstract boolean |
stopHere(ContextProvider lookupProvider,
JPDAThread thread,
SmartSteppingFilter f)
This method is called during stepping through debugged application.
|
public abstract void initFilter(SmartSteppingFilter f)
f - a filter to be initializedpublic abstract boolean stopHere(ContextProvider lookupProvider, JPDAThread thread, SmartSteppingFilter f)
SmartSteppingCallbacks
returns true.thread - contains all available information about current position
in debugged applicationf - a filterBuilt on May 21 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.