Uses of Class
javassist.expr.ExprEditor
Packages that use ExprEditor
Package
Description
The Javassist Core API.
This package contains the classes for modifying a method body.
-
Uses of ExprEditor in javassist
Methods in javassist with parameters of type ExprEditorModifier and TypeMethodDescriptionvoidCtBehavior.instrument(ExprEditor editor) Modifies the method/constructor body.voidCtClass.instrument(ExprEditor editor) Modifies the bodies of all methods and constructors declared in the class. -
Uses of ExprEditor in javassist.expr
Methods in javassist.expr with parameters of type ExprEditorModifier and TypeMethodDescriptionvoidExpr.replace(String statement, ExprEditor recursive) Replaces this expression with the bytecode derived from the given source text andExprEditor.