Class sun.tools.debug.StackFrame
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.tools.debug.StackFrame

java.lang.Object
   |
   +----sun.tools.debug.StackFrame

public class StackFrame
extends Object
The StackFrame class represents a stack frame of a suspended thread.
See Also:
RemoteDebugger, RemoteStackFrame, RemoteThread

Constructor Index

 o StackFrame()

Method Index

 o toString()
Returns a String that represents the value of this Object.

Constructors

 o StackFrame
  public StackFrame()

Methods

 o toString
  public String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index