Class com.sekati.log.Inspector

Description

Recursively inspect an Objects contents.

 Usage:
 	var a = ["a", "b", ["aa"], "BB", ["aaa", "BBB"], {joe:[833, 38]}];
 	trace( new Inspector(a) );
 	
}

See Also

Method Index

new Inspector()
toString()

Constructor Detail

Inspector

public function Inspector()

Constructor - passthru to recurse loop.

Method Detail

toString

public function toString():String