java.lang
Class StackTraceElement

java.lang.Object
  |
  +--java.lang.StackTraceElement
All Implemented Interfaces:
Serializable

public final synchronized class StackTraceElement
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 boolean equals(Object)
           
 String getClassName()
           
 String getFileName()
           
 int getLineNumber()
           
 String getMethodName()
           
 int hashCode()
           
 boolean isNativeMethod()
           
 String toString()
          Returns the empty string.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait
 

Method Detail

getFileName

public String getFileName()

getLineNumber

public int getLineNumber()

getClassName

public String getClassName()

getMethodName

public String getMethodName()

isNativeMethod

public boolean isNativeMethod()

toString

public String toString()
Description copied from class: Object
Returns the empty string. It's here to satisfy javac.

Overrides:
toString in class Object

equals

public boolean equals(Object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object