Package | Description |
---|---|
javassist |
The Javassist Core API.
|
javassist.tools.reflect |
Runtime Behavioral Reflection.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
protected CodeConverter |
Reflection.converter |
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.