Uses of Class
java.lang.StackWalker
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
-
Uses of StackWalker in java.lang
Modifier and TypeMethodDescriptionstatic StackWalker
StackWalker.getInstance()
Returns aStackWalker
instance.static StackWalker
StackWalker.getInstance
(StackWalker.Option option) Returns aStackWalker
instance with the given option specifying the stack frame information it can access.static StackWalker
StackWalker.getInstance
(Set<StackWalker.Option> options) Returns aStackWalker
instance with the givenoptions
specifying the stack frame information it can access.static StackWalker
StackWalker.getInstance
(Set<StackWalker.Option> options, int estimateDepth) Returns aStackWalker
instance with the givenoptions
specifying the stack frame information it can access.