- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.stackwalker.BaseStackWalkerCallbacks
-
- All Implemented Interfaces:
IStackWalkerCallbacks
public class BaseStackWalkerCallbacks extends Object implements IStackWalkerCallbacks
Base implementation of IStackWalkerCallbacks that does performs no-ops for each callback. Provided to make writing implementations of IStackWalkerCallbacks easier
-
-
Constructor Summary
Constructors Constructor Description BaseStackWalkerCallbacks()
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.vm29.j9.stackwalker.IStackWalkerCallbacks
fieldSlotWalkFunction, frameWalkFunction, objectSlotWalkFunction
-
-