/* */ }
/* */
/* */ public void invoke(MethodInfo method)
/* */ {
/* 846 */ ClassInfo classInfo = method.getClassInfo();
/* 847 */ Type type = classInfo.getType();
/* 848 */ Signature sig = method.getSignature();
/* 849 */ if (sig.getName().equals("<init>"))
/* 850 */ invoke_constructor(type, sig);
/* 851 */ else if (TypeUtils.isInterface(classInfo.getModifiers()))
/* 852 */ invoke_interface(type, sig);