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