Uses of Class
javassist.CodeConverter

Packages that use CodeConverter
javassist The Javassist Core API. 
 

Uses of CodeConverter in javassist
 

Methods in javassist with parameters of type CodeConverter
 void CtMethod.instrument(CodeConverter converter)
          Modifies the method body.
 void CtConstructor.instrument(CodeConverter converter)
          Modifies the constructor body.
 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 member body.
 



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