Uses of Enum Class
java.lang.StackWalker.Option
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
-
Uses of StackWalker.Option in java.lang
Modifier and TypeMethodDescriptionstatic StackWalker.Option
Returns the enum constant of this class with the specified name.static StackWalker.Option[]
StackWalker.Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic StackWalker
StackWalker.getInstance
(StackWalker.Option option) Returns aStackWalker
instance with the given option specifying the stack frame information it can access.Modifier and TypeMethodDescriptionstatic 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.