10441045104610471048104910501051105210531054
Parameter param = (Parameter) named; TypeRef type = param.type(); if (type.isBuiltin()) return String.format( "Validator_%s.get( %d )", type.type(), type.dim() ); Named<?> n = type.getNamed( type.intf() ); if (n.isBuiltin()) {
10641065106610671068106910701071107210731074
{ Parameter param = (Parameter) named; TypeRef type = param.type(); if (type.isBuiltin()) return "Validator_" + type.type() + ".Get( " + type.dim() + " )"; Named<?> n = type.getNamed( type.intf() ); if (n.isBuiltin())
542543544545546547548549550551552
{ Parameter param = (Parameter) named; 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)