Package | Description |
---|---|
javassist |
The Javassist Core API.
|
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.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.