Uses of Interface
javassist.CodeConverter.ArrayAccessReplacementMethodNames
-
Uses of CodeConverter.ArrayAccessReplacementMethodNames in javassist
Modifier and TypeClassDescriptionstatic class
Default implementation of theArrayAccessReplacementMethodNames
interface giving default values for method names to be used for replacing accesses to array elements.Modifier and TypeMethodDescriptionvoid
CodeConverter.replaceArrayAccess
(CtClass calledClass, CodeConverter.ArrayAccessReplacementMethodNames names) Modify a method body, so that ALL accesses to an array are replaced with calls to static methods within another class.