public final class TStackTraceElement extends TObject implements TSerializable
Constructor and Description |
---|
TStackTraceElement(String declaringClass,
String methodName,
String fileName,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClassName() |
String |
getFileName() |
int |
getLineNumber() |
String |
getMethodName() |
int |
hashCode() |
boolean |
isNativeMethod() |
String |
toString() |
Copyright © 2019. All rights reserved.