Package javassist.convert

Examples of javassist.convert.TransformNew


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

TOP

Related Classes of javassist.convert.TransformNew

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.