Uses of Class
org.hotswap.agent.javassist.expr.ExprEditor
-
Packages that use ExprEditor Package Description org.hotswap.agent.javassist The Javassist Core API.org.hotswap.agent.javassist.expr This package contains the classes for modifying a method body. -
-
Uses of ExprEditor in org.hotswap.agent.javassist
Methods in org.hotswap.agent.javassist with parameters of type ExprEditor Modifier and Type Method Description voidCtBehavior. 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 org.hotswap.agent.javassist.expr
Methods in org.hotswap.agent.javassist.expr with parameters of type ExprEditor Modifier and Type Method Description voidExpr. replace(String statement, ExprEditor recursive)Replaces this expression with the bytecode derived from the given source text andExprEditor.protected voidExpr. runEditor(ExprEditor ed, CodeIterator oldIterator)
-