| Package | Description | 
|---|---|
| javassist | The Javassist Core API. | 
| javassist.tools.reflect | Runtime Behavioral Reflection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CtClass. instrument(CodeConverter converter)Applies the given converter to all methods and constructors
 declared in the class. | 
| void | CtBehavior. instrument(CodeConverter converter)Modifies the method/constructor body. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected CodeConverter | Reflection. converter | 
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.