|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ExprEditor | |
|---|---|
| javassist | The Javassist Core API. |
| javassist.expr | This package contains the classes for modifying a method body. |
| Uses of ExprEditor in javassist |
|---|
| Methods in javassist with parameters of type ExprEditor | |
|---|---|
void |
CtClass.instrument(ExprEditor editor)
Modifies the bodies of all methods and constructors declared in the class. |
void |
CtBehavior.instrument(ExprEditor editor)
Modifies the method/constructor body. |
| Uses of ExprEditor in javassist.expr |
|---|
| Methods in javassist.expr with parameters of type ExprEditor | |
|---|---|
void |
Expr.replace(java.lang.String statement,
ExprEditor recursive)
Replaces this expression with the bytecode derived from the given source text and ExprEditor. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||