Package | Description |
---|---|
javassist |
The Javassist Core API.
|
Modifier and Type | Class and Description |
---|---|
static class |
CodeConverter.DefaultArrayAccessReplacementMethodNames
Default implementation of the
ArrayAccessReplacementMethodNames
interface giving default values for method names to be used for replacing
accesses to array elements. |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.