Named<?> n = type.getNamed( type.intf() );
if (n.isBuiltin())
{
Builtin b = (Builtin) n;
String cn = b.className();
if (cn.endsWith( "?" ))
cn = cn.substring( 0, cn.length()-1 );
return String.format( "Validator_custom.Get( typeof(%s), %d, %s )",
cn, type.dim(), b.allowSubclass() );