Package javassist.convert

Examples of javassist.convert.TransformAccessArrayField


/*     */   }
/*     */
/*     */   public void replaceArrayAccess(CtClass calledClass, ArrayAccessReplacementMethodNames names)
/*     */     throws NotFoundException
/*     */   {
/* 329 */     this.transformers = new TransformAccessArrayField(this.transformers, calledClass.getName(), names);
/*     */   }
View Full Code Here

TOP

Related Classes of javassist.convert.TransformAccessArrayField

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.