Uses of Class
java.lang.StackWalker.Option
-
Packages that use StackWalker.Option Package Description java.lang 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.Option Modifier and Type Method Description static StackWalker.Option
StackWalker.Option. valueOf(String name)
Returns the enum constant of this type with the specified name.static StackWalker.Option[]
StackWalker.Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in java.lang with parameters of type StackWalker.Option Modifier and Type Method Description static StackWalker
StackWalker. getInstance(StackWalker.Option option)
Factory method to create a StackWalker with one option.Method parameters in java.lang with type arguments of type StackWalker.Option Modifier and Type Method Description static StackWalker
StackWalker. getInstance(Set<StackWalker.Option> options)
Factory method to create a StackWalker with any number of options.static StackWalker
StackWalker. getInstance(Set<StackWalker.Option> options, int estimatedDepth)
Factory method to create a StackWalker.
-