174175176177178179180
if (type == null) throw new HBqlException("Default values are not valid for: " + this.getNameToUseInExceptions()); // Type checking will happen in this call return new DefaultArg(type, defaultValueExpr); }