Package javassist.convert

Examples of javassist.convert.TransformNewClass


/*  96 */     this.transformers = new TransformNew(this.transformers, newClass.getName(), calledClass.getName(), calledMethod);
/*     */   }
/*     */
/*     */   public void replaceNew(CtClass oldClass, CtClass newClass)
/*     */   {
/* 122 */     this.transformers = new TransformNewClass(this.transformers, oldClass.getName(), newClass.getName());
/*     */   }
View Full Code Here

TOP

Related Classes of javassist.convert.TransformNewClass

Copyright © 2018 www.massapicom. 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.