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 TypeMethodDescriptionstaticStackWalkerStackWalker.getInstance()Returns aStackWalkerinstance.staticStackWalkerStackWalker.getInstance(StackWalker.Option option) Returns aStackWalkerinstance with the given option specifying the stack frame information it can access.staticStackWalkerStackWalker.getInstance(Set<StackWalker.Option> options) Returns aStackWalkerinstance with the givenoptionsspecifying the stack frame information it can access.staticStackWalkerStackWalker.getInstance(Set<StackWalker.Option> options, int estimateDepth) Returns aStackWalkerinstance with the givenoptionsspecifying the stack frame information it can access.