Class dstc.kalimantan.debug.RemoteStackFrameInspector
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dstc.kalimantan.debug.RemoteStackFrameInspector

java.lang.Object
   |
   +----dstc.kalimantan.inspect.Inspector
           |
           +----dstc.kalimantan.debug.RemoteStackFrameInspector

public class RemoteStackFrameInspector
extends Inspector
A special inspector for looking at stack frames

Constructor Index

 o RemoteStackFrameInspector(Object)
Constructs a new inspector on the array of stack variables

Method Index

 o getClassName()
Returns a string representing the name of the class
 o getInspector(int)
Returns an Inspector on the object indexed by the int
 o getNames()
Returns an array of strings representing the names of the instance variables, etc of the object
 o getTarget()
Returns a string representing the target of this inspector
 o getValue(int)
Returns a string which represents the object named by the getNames value indexed by the int

Constructors

 o RemoteStackFrameInspector
  public RemoteStackFrameInspector(Object t)
Constructs a new inspector on the array of stack variables

Methods

 o getClassName
  public String getClassName()
Returns a string representing the name of the class
Overrides:
getClassName in class Inspector
 o getTarget
  public String getTarget()
Returns a string representing the target of this inspector
Overrides:
getTarget in class Inspector
 o getNames
  public String[] getNames()
Returns an array of strings representing the names of the instance variables, etc of the object
Overrides:
getNames in class Inspector
 o getValue
  public String getValue(int index)
Returns a string which represents the object named by the getNames value indexed by the int
Overrides:
getValue in class Inspector
 o getInspector
  public Inspector getInspector(int index)
Returns an Inspector on the object indexed by the int
Overrides:
getInspector in class Inspector

All Packages  Class Hierarchy  This Package  Previous  Next  Index