String name = "*";
QName qname = new QName(publicNamespace(), name);
ObjectValue protected_namespace = getNamespace(qname.toString(), NS_PROTECTED);
ObjectValue static_protected_namespace = getNamespace(qname.toString(), NS_STATIC_PROTECTED);
statics._noType = new TypeValue(this, new ClassBuilder(qname,protected_namespace,static_protected_namespace), qname, TYPE_none);
statics._noType.prototype = new ObjectValue(this, new InstanceBuilder(qname), statics._noType);
statics.builtins.put(name, statics._noType);
statics._noType.prototype.builder.is_dynamic = true; // do this here since there is no class definition
}
return statics._noType;
}