Examples of incMaxLocals()


Examples of javassist.bytecode.Bytecode.incMaxLocals()

/*  646 */     if ((this.exprType != 307) && (this.arrayDim == 0)) {
/*  647 */       throw new CompileError("bad type expr for synchronized block");
/*      */     }
/*  649 */     Bytecode bc = this.bytecode;
/*  650 */     int var = bc.getMaxLocals();
/*  651 */     bc.incMaxLocals(1);
/*  652 */     bc.addOpcode(89);
/*  653 */     bc.addAstore(var);
/*  654 */     bc.addOpcode(194);
/*      */
/*  656 */     ReturnHook rh = new ReturnHook(this, var) { private final int val$var;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.