/* 60 */ e.load_args();
/* 61 */ e.super_invoke_constructor(CSTRUCT_CLASS);
/* 62 */ e.return_value();
/* 63 */ e.end_method();
/* */
/* 65 */ VisibilityPredicate vp = new VisibilityPredicate(type, false);
/* 66 */ List methods = ReflectUtils.addAllMethods(type, new ArrayList());
/* 67 */ CollectionUtils.filter(methods, vp);
/* 68 */ CollectionUtils.filter(methods, new DuplicatesPredicate());
/* 69 */ List constructors = new ArrayList(Arrays.asList(type.getDeclaredConstructors()));
/* 70 */ CollectionUtils.filter(constructors, vp);