com.ibm.dtfj.java
Interface JavaStackFrame
public interface JavaStackFrame
getBasePointer
ImagePointer getBasePointer()
throws CorruptDataException
- Returns:
- the base pointer of the stack frame
- Throws:
CorruptDataException
getLocation
JavaLocation getLocation()
throws CorruptDataException
- Returns:
- a location object describing where the frame
is executing
- Throws:
CorruptDataException
- See Also:
JavaLocation
equals
boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
- Parameters:
obj
-
- Returns:
- True obj refers to the same Java Stack Frame in the image
hashCode
int hashCode()
- Overrides:
hashCode
in class java.lang.Object