/* 84 */ ce.declare_field(26, "CGLIB$emptyArgs", Constants.TYPE_OBJECT_ARRAY, null, null);
/* */
/* 88 */ CodeEmitter e = ce.begin_method(16, impl, method.getExceptionTypes(), null);
/* */
/* 92 */ if (TypeUtils.isAbstract(method.getModifiers())) {
/* 93 */ e.throw_exception(ABSTRACT_METHOD_ERROR, method.toString() + " is abstract");
/* */ } else {
/* 95 */ e.load_this();
/* 96 */ e.load_args();
/* 97 */ e.super_invoke(method.getSignature());
/* */ }