Uses of Class
javassist.expr.ExprEditor

Packages that use ExprEditor
javassist The Javassist Core API. 
 

Uses of ExprEditor in javassist
 

Methods in javassist with parameters of type ExprEditor
 void CtMethod.instrument(ExprEditor editor)
          Modifies the method body.
 void CtConstructor.instrument(ExprEditor editor)
          Modifies the constructor body.
 void CtClass.instrument(ExprEditor editor)
          Modifies the bodies of all methods and constructors declared in the class.
 void CtBehavior.instrument(ExprEditor editor)
          Modifies the member body.
 



Javassist, a Java-bytecode translator toolkit. Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.