type = clone $type; if ($this->type->getLiteralStrings()) { $this->type->addType(new TString); } if ($this->type->getLiteralInts()) { $this->type->addType(new TInt); } if ($this->type->getLiteralFloats()) { $this->type->addType(new TFloat); } } } }