Uses of Class
java.lang.StackWalker
Packages that useStackWalker
Package
Description
Provides classes that are fundamental to the design of the Java programming language.
Uses ofStackWalker injava.lang
Methods injava.lang that returnStackWalkerModifier and TypeMethodDescriptionstaticStackWalker
StackWalker.getInstance()
Returns aStackWalker
instance.staticStackWalker
StackWalker.getInstance
(StackWalker.Option option) Returns aStackWalker
instance with the given option specifying the stack frame information it can access.staticStackWalker
StackWalker.getInstance
(Set<StackWalker.Option> options) Returns aStackWalker
instance with the givenoptions
specifying the stack frame information it can access.staticStackWalker
StackWalker.getInstance
(Set<StackWalker.Option> options, int estimateDepth) Returns aStackWalker
instance with the givenoptions
specifying the stack frame information it can access.