You can look it up in the docs if you aren't sure about it's parameters.
In Flash, go to Help>Flash Help, or press F1. Then search addChild(). When you find it, YOu'll see that it says:
public override function addChild(child:DisplayObject):DisplayObject
the part that says child:DisplayObject tells you that it takes one parameter of a DisplayObject (or one of its subclasses).