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

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
Author:
Thomas Ball

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    This Package    Previous    Next