public class StackDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StackTraceElement[] |
stackTrace |
| Constructor and Description |
|---|
StackDescriptor(@NonNull StackTraceElement[] stack) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getElementName(int idx) |
String |
getEntryName() |
int |
hashCode() |
int |
size() |
String |
toString() |
protected StackTraceElement[] stackTrace
public StackDescriptor(@NonNull
@NonNull StackTraceElement[] stack)
Copyright © 2021. All rights reserved.