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 representation of the object.

Constructors

 o StackFrame
 public StackFrame()

Methods

 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Submit a bug or feature