Adds the child token.
public function addChild(self $child) : void { $this->children[] = $child; $child->setParent($this); }