lejos.nxt.debug
Class DebugObject

java.lang.Object
  extended by lejos.nxt.debug.DebugObject

public class DebugObject
extends Object

Provide access to parts of a Java Object held within the VM

Author:
andy

Constructor Summary
DebugObject(DebugInterface info)
          Initialize access to the VM structures
 
Method Summary
 int getClassIndex(Object obj)
          Return the class index of the supplied object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugObject

public DebugObject(DebugInterface info)
Initialize access to the VM structures

Parameters:
info -
Method Detail

getClassIndex

public int getClassIndex(Object obj)
Return the class index of the supplied object.

Parameters:
obj -
Returns:
class index