public interface JavaStackFrame
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ImagePointer |
getBasePointer()
Get a pointer to the base of this stack frame
|
java.util.Iterator |
getHeapRoots()
Get the set of object roots from this stack frame.
|
JavaLocation |
getLocation()
Get the location at which the method owning this frame is currently executing
|
int |
hashCode() |
ImagePointer getBasePointer() throws CorruptDataException
CorruptDataException
JavaLocation getLocation() throws CorruptDataException
CorruptDataException
JavaLocation
java.util.Iterator getHeapRoots()
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- int hashCode()
hashCode
in class java.lang.Object
© Copyright 2005, 2012 IBM Corporation. All Rights Reserved.