com.ibm.dtfj.runtime
Interface ManagedStackFrame

All Known Subinterfaces:
JavaStackFrame

public interface ManagedStackFrame

Represents a stack frame in a managed language

Author:
pburka

Method Summary
 ImagePointer getBasePointer()
           
 ManagedLocation getLocation()
           
 

Method Detail

getBasePointer

public ImagePointer getBasePointer()
Returns:
the base pointer of the stack frame

getLocation

public ManagedLocation getLocation()
Returns:
a location object describing where the frame is executing