Packages  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
 
  
  -  
	StackFrame()
   -  
 
  
  -  
	toString()
   -  Returns a String that represents the value of this Object.
 
  
StackFrame
  public StackFrame()
  
toString
  public String toString()
  -  Returns a String that represents the value of this Object.
  
    -  Overrides:
    
 -  toString in class Object
  
 
 
Packages  This Package  Previous  Next  Index