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