Packagecom.ericfeminella.debugger
Classpublic class LocalDebuggerObjectInspector

Manages recurively inspecting an object and all properties associated with the object



Public Methods
 MethodDefined by
  
inspect(obj:*):void
[static] Recursively traces an object to the LocalDebugger
LocalDebuggerObjectInspector
  
simpleType(obj:*):Boolean
[static] Determines if an object is of simple type
LocalDebuggerObjectInspector
Method detail
inspect()method
public static function inspect(obj:*):void

Recursively traces an object to the LocalDebugger

Parameters
obj:* — object ot inspect
simpleType()method 
public static function simpleType(obj:*):Boolean

Determines if an object is of simple type

Parameters
obj:* — the object to determine type

Returns
Boolean — true if the object is of simple type, false if not