Uses of Enum Class
com.ibm.j9ddr.vm29.j9.stackwalker.FrameCallbackResult
Packages that use FrameCallbackResult
- 
Uses of FrameCallbackResult in com.ibm.j9ddr.vm29.j9.stackwalker
Subclasses with type arguments of type FrameCallbackResult in com.ibm.j9ddr.vm29.j9.stackwalkerModifier and TypeClassDescriptionenumJava realisation of J9_STACKWALK_KEEP_ITERATING and J9_STACKWALK_STOP_ITERATINGMethods in com.ibm.j9ddr.vm29.j9.stackwalker that return FrameCallbackResultModifier and TypeMethodDescriptionBaseStackWalkerCallbacks.frameWalkFunction(WalkState walkState) IStackWalkerCallbacks.frameWalkFunction(WalkState walkState) TerseStackWalkerCallbacks.frameWalkFunction(WalkState walkState) static FrameCallbackResultReturns the enum constant of this class with the specified name.static FrameCallbackResult[]FrameCallbackResult.values()Returns an array containing the constants of this enum class, in the order they are declared.