/* 379 */ if (weak != null)
/* 380 */ builder = (MetaTypeBuilder)weak.get();
/* */ }
/* 382 */ if (builder == null)
/* 383 */ return null;
/* 384 */ return builder.buildMetaType();
/* */ }
/* */
/* */ public GenericMetaType isGeneric(TypeInfo typeInfo)
/* */ {
/* 395 */ if (!(typeInfo instanceof ClassInfo)) {