/* 626 */ return Integer.class.getName();
/* 627 */ if (CtClass.longType.equals(type))
/* 628 */ return Long.class.getName();
/* 629 */ if (CtClass.shortType.equals(type))
/* 630 */ return Short.class.getName();
/* 631 */ throw new UnreachableStatementException();
/* */ }
/* 633 */ return type.getName();
/* */ }