| Method | Defined by | ||
|---|---|---|---|
|
dumpObject(p_name:String, p_obj:Object, ... rest):void
[static]
Takes an object and traces its content and the type of each member in a tree form.
| DebugUtil | ||
|
dumpObjectShallow(p_name:String, p_obj:Object, ... rest):void
[static]
Similar to
dumpObject() but it's not recursive, and it only traces
the first level of the object that's passed in. | DebugUtil | ||
| dumpObject | () | method |
public static function dumpObject(p_name:String, p_obj:Object, ... rest):voidTakes an object and traces its content and the type of each member in a tree form. In additional to the two standard parameters, two optional parameters may be passed in:
trace. For example,
this is useful if you'd like the output to go to a TextArea component.p_name:String — The name of the object.
|
|
p_obj:Object — The object to trace.
|
|
... rest |
| dumpObjectShallow | () | method |
public static function dumpObjectShallow(p_name:String, p_obj:Object, ... rest):void
Similar to dumpObject() but it's not recursive, and it only traces
the first level of the object that's passed in. In additional to the two
standard parameters, two optional parameters may be passed in:
trace. For example,
this is useful if you'd like the output to go to a TextArea component.p_name:String — The name of the object.
|
|
p_obj:Object — The object to trace.
|
|
... rest |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/util/DebugUtil.html