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() );
}
// Allow subclassing for etch defined structs and externs.
if (n.isStruct() || n.isExcept())