public static enum Stacktraces.Scope extends Enum<Stacktraces.Scope>
| Enum Constant and Description |
|---|
Caller |
CallerOfCaller |
CallerOfCallerWithDelegate |
| Modifier and Type | Method and Description |
|---|---|
static Stacktraces.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stacktraces.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stacktraces.Scope Caller
public static final Stacktraces.Scope CallerOfCaller
public static final Stacktraces.Scope CallerOfCallerWithDelegate
public static Stacktraces.Scope[] values()
for (Stacktraces.Scope c : Stacktraces.Scope.values()) System.out.println(c);
public static Stacktraces.Scope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.