Uses of Interface
javassist.CodeConverter.ArrayAccessReplacementMethodNames
Packages that use CodeConverter.ArrayAccessReplacementMethodNames
-
Uses of CodeConverter.ArrayAccessReplacementMethodNames in javassist
Classes in javassist that implement CodeConverter.ArrayAccessReplacementMethodNamesModifier and TypeClassDescriptionstatic classDefault implementation of theArrayAccessReplacementMethodNamesinterface giving default values for method names to be used for replacing accesses to array elements.Methods in javassist with parameters of type CodeConverter.ArrayAccessReplacementMethodNamesModifier and TypeMethodDescriptionvoidCodeConverter.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.