Package javassist.bytecode

Examples of javassist.bytecode.StackMap.insertLocal()


/*  628 */       if (smt != null) {
/*  629 */         smt.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo);
/*      */       }
/*  631 */       StackMap sm = (StackMap)ca.getAttribute("StackMap");
/*  632 */       if (sm != null)
/*  633 */         sm.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo);
/*      */     }
/*      */   }
/*      */
/*      */   public void instrument(CodeConverter converter)
/*      */     throws CannotCompileException
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.