Uses of Class
java.lang.StackWalker
-
Packages that use StackWalker Package Description java.lang Provides classes that are fundamental to the design of the Java programming language. -
-
Uses of StackWalker in java.lang
Methods in java.lang that return StackWalker Modifier and Type Method Description static StackWalkerStackWalker. getInstance()Returns aStackWalkerinstance.static StackWalkerStackWalker. getInstance(StackWalker.Option option)Returns aStackWalkerinstance with the given option specifying the stack frame information it can access.static StackWalkerStackWalker. getInstance(Set<StackWalker.Option> options)Returns aStackWalkerinstance with the givenoptionsspecifying the stack frame information it can access.static StackWalkerStackWalker. getInstance(Set<StackWalker.Option> options, int estimateDepth)Returns aStackWalkerinstance with the givenoptionsspecifying the stack frame information it can access.
-