/* 811 */ if (binfo != null) {
/* 812 */ TypeDef typeDefinition = (TypeDef)AnnotationProxy.createProxy(binfo, TypeDef.class);
/* */
/* 814 */ String name = getTypedefName(cf, finfo);
/* 815 */ String expr = typeDefinition.value();
/* 816 */ Typedef typedef = new TypedefExpression(name, expr);
/* 817 */ this.manager.addTypedef(typedef);
/* */ }
/* */ }
/* */ }
/* */ }