Object | +--Object
| SUMMARY: Constructor | Properties | Methods | DETAIL: Constructor | Properties | Methods |
| Methods Summary | |
Object
|
clone(clone, recursive)
copy the properties of an object into a new object |
void
|
dump(recursive)
print the contents of an object for debugging |
Object
|
reduce(recursive)
reduce an extended object (ie. |
| Method Detail |
Object clone(clone, recursive)
Object - the source object
Object - the (optional) target object
void dump(recursive)
Object - the object to dump
Boolean - recursive flag (if true, dump child objects, too)
Object reduce(recursive)
HopObject - the HopObject to be reduced
| SUMMARY: Constructor | Properties | Methods | DETAIL: Constructor | Properties | Methods |