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
-
RemoteStackFrameInspector(Object)
- Constructs a new inspector on the array of stack variables
-
getClassName()
- Returns a string representing the name of the class
-
getInspector(int)
- Returns an Inspector on the object indexed by the int
-
getNames()
- Returns an array of strings representing the names of
the instance variables, etc of the object
-
getTarget()
- Returns a string representing the target of this inspector
-
getValue(int)
- Returns a string which represents the object named
by the getNames value indexed by the int
RemoteStackFrameInspector
public RemoteStackFrameInspector(Object t)
- Constructs a new inspector on the array of stack variables
getClassName
public String getClassName()
- Returns a string representing the name of the class
- Overrides:
- getClassName in class Inspector
getTarget
public String getTarget()
- Returns a string representing the target of this inspector
- Overrides:
- getTarget in class Inspector
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
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
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