if (n.isStruct() || n.isExcept()) {
if (n.isStruct()) {
Struct s = (Struct) n;
return String.format(
"EtchValidatorCustom::Get(runtime, %d, %s::TYPE(), true, tmpValue);",
type.dim(), s
.service().name() + "::" + n.efqname(this));
}
Except e = (Except) n;
return String.format(
"EtchValidatorCustom::Get(runtime, %d, %s::TYPE(), true, tmpValue);", type.dim(), e