/* 136 */ throw new IllegalStateException("classInfo is null! " + this);
/* 137 */ CodeVisitor v = this.cv.visitMethod(access, sig.getName(), sig.getDescriptor(), TypeUtils.toInternalNames(exceptions), attrs);
/* */
/* 142 */ if ((sig.equals(Constants.SIG_STATIC)) && (!TypeUtils.isInterface(getAccess()))) {
/* 143 */ this.rawStaticInit = v;
/* 144 */ CodeVisitor wrapped = new CodeAdapter(v) {
/* */ public void visitMaxs(int maxStack, int maxLocals) {
/* */ }
/* */
/* */ public void visitInsn(int insn) {
/* 149 */ if (insn != 177)