Uses of Interface
java.lang.StackWalker.StackFrame
Packages that use StackWalker.StackFrame
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
-
Uses of StackWalker.StackFrame in java.lang
Method parameters in java.lang with type arguments of type StackWalker.StackFrameModifier and TypeMethodDescriptionvoidStackWalker.forEach(Consumer<? super StackWalker.StackFrame> action) <T> TStackWalker.walk(Function<? super Stream<StackWalker.StackFrame>, ? extends T> function) Traverse the calling thread's stack at the time this method is called and applyfunctionto each stack frame.