TypeRef type = param.type();
if (type.isBuiltin())
return "Validator_"+type.type()+".get( "+type.dim()+" )";
return "Validator_custom.getCustom( "+type.getNamed( type.intf() ).efqname( this )+".class, "+type.dim()+" )";
}
if (named instanceof Thrown)
{
Thrown thrown = (Thrown) named;