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