StackWalker8.StackFrame8public static interface StackWalker.StackFrame
| Modifier and Type | Method | Description |
|---|---|---|
int |
getByteCodeIndex() |
|
String |
getClassName() |
|
Class<?> |
getDeclaringClass() |
|
String |
getFileName() |
|
int |
getLineNumber() |
|
String |
getMethodName() |
|
boolean |
isNativeMethod() |
|
StackTraceElement |
toStackTraceElement() |
String getClassName()
String getMethodName()
Class<?> getDeclaringClass()
int getByteCodeIndex()
String getFileName()
int getLineNumber()
boolean isNativeMethod()
StackTraceElement toStackTraceElement()
Copyright © 2018. All rights reserved.