Examples of insertLocalVar()


Examples of javassist.bytecode.CodeAttribute.insertLocalVar()

/*  615 */         typeDesc = cpt.getDescriptor();
/*      */       }
/*      */       else {
/*  618 */         classInfo = this.methodInfo.getConstPool().addClassInfo(type);
/*      */       }
/*  620 */       ca.insertLocalVar(where, size);
/*  621 */       LocalVariableAttribute va = (LocalVariableAttribute)ca.getAttribute("LocalVariableTable");
/*      */
/*  624 */       if (va != null) {
/*  625 */         va.shiftIndex(where, size);
/*      */       }
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.