Main Page | Packages | Class Tree | Index | Help

xp.system

class ObjectDumper

Object
  |
  +--xp.system.ObjectDumper


class ObjectDumper
extends Object

Dump an object to string for debugging



Field Summary

public static
dumpComponents: Boolean
controls whether a components properties will be iterated over

Method Summary

public static
dump ( o: Object, depth: Number, name: String, maxDepth: Number ): String
recursive print function

public static
dumpToLog ( o: Object, name: String, maxDepth: Number ): Void
dump the object to the global logger

public static
dumpToTrace ( o: Object, name: String, maxDepth: Number ): Void
dump the object to trace



Field Documentation

dumpComponents

public static var dumpComponents: Boolean
controls whether a components properties will be iterated over


Method Documentation

dump

public static function dump(o: Object,
 depth: Number,
 name: String,
 maxDepth: Number): String
recursive print function

dumpToLog

public static function dumpToLog(o: Object,
 name: String,
 maxDepth: Number): Void
dump the object to the global logger

dumpToTrace

public static function dumpToTrace(o: Object,
 name: String,
 maxDepth: Number): Void
dump the object to trace


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc