com.ibm.dtfj.runtime
Interface ManagedStackFrame
- All Known Subinterfaces:
- JavaStackFrame
- public interface ManagedStackFrame
Represents a stack frame in a managed language
- Author:
- pburka
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
© Portions Copyright 2003, 2011 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2011, Oracle and/or its affiliates. All rights reserved.