Uses of Enum Class
java.lang.StackWalker.Option
Packages that use StackWalker.Option
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
-
Uses of StackWalker.Option in java.lang
Methods in java.lang that return StackWalker.OptionModifier and TypeMethodDescriptionstatic StackWalker.OptionReturns 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.Methods in java.lang with parameters of type StackWalker.OptionModifier and TypeMethodDescriptionstatic StackWalkerStackWalker.getInstance(StackWalker.Option option) Factory method to create a StackWalker with one option.Method parameters in java.lang with type arguments of type StackWalker.OptionModifier and TypeMethodDescriptionstatic StackWalkerStackWalker.getInstance(Set<StackWalker.Option> options) Factory method to create a StackWalker with any number of options.static StackWalkerStackWalker.getInstance(Set<StackWalker.Option> options, int estimatedDepth) Factory method to create a StackWalker.