203204205206207208209
beginType(new ClassDescriptor(type)); } public void beginEnum(Type type) { beginType(new EnumDescriptor(type)); }
233234235236237238239