832833834835836837838
// it's unclear it would be a win overall public CType getKeyValidatorAsCType() { return keyValidator instanceof CompositeType ? new CompoundCType(((CompositeType) keyValidator).types) : new SimpleCType(keyValidator); }
825826827828829830831
831832833834835836837
823824825826827828829