public final class StackTraceElement extends Object
Constructor and Description |
---|
StackTraceElement(String declaringClass,
String methodName,
String fileName,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Returns if this object is considered equal to the other object.
|
String |
getClassName() |
String |
getFileName() |
int |
getLineNumber() |
String |
getMethodName() |
int |
hashCode()
Returns a hashCode for the object.
|
boolean |
isNativeMethod() |
String |
toString()
Return a String representation of this object.
|
public boolean equals(Object other)
Object
public int hashCode()
Object
public boolean isNativeMethod()
public String toString()
Object
public String getClassName()
public String getFileName()
public String getMethodName()
public int getLineNumber()