if (named instanceof Thrown)
{
Thrown thrown = (Thrown) named;
Except e = (Except) thrown.getNamed();
return String.format( "Validator_custom.get( %s.class, 0, true )", e.efqname( this ) );
}
if (named instanceof Item)
return "Validator_boolean.get( 0 )";