void addTo(DisplayObjectParent parent)

Add this display object to the specified parent.

Source

void addTo(DisplayObjectParent parent) {
  parent.addChild(this);
}