void add(T displayObject)

Source

void add(T displayObject) {
  this.parent.addChild(displayObject);
}