sandmark.util
Class StackFrame
java.lang.Object
|
+--sandmark.util.StackFrame
- All Implemented Interfaces:
- java.io.Serializable
- public class StackFrame
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MISSING_long
public static final long MISSING_long
- See Also:
- Constant Field Values
location
public ByteCodeLocation location
threadID
public long threadID
frameID
public long frameID
StackFrame
public StackFrame(ByteCodeLocation location,
long threadID)
StackFrame
public StackFrame(ByteCodeLocation location,
long threadID,
long frameID)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object