Uses of Class
classUtils.javassist.ClassMap

Packages that use ClassMap
classUtils.javassist   
 

Uses of ClassMap in classUtils.javassist
 

Methods in classUtils.javassist with parameters of type ClassMap
static CtConstructor CtNewConstructor.copy(CtConstructor c, CompileTimeClass declaring, ClassMap map)
          Creats a copy of a constructor.
static CtMethod CtNewMethod.copy(CtMethod src, CompileTimeClass declaring, ClassMap map)
          Creates a copy of a method.
static CtMethod CtNewMethod.copy(CtMethod src, java.lang.String name, CompileTimeClass declaring, ClassMap map)
          Creates a copy of a method with a new name.
 void CompileTimeClass.replaceClassName(ClassMap map)
          Changes class names appearing in the class file according to the given map.
 void CtConstructor.setBody(CtConstructor src, ClassMap map)
          Copies a constructor body from another constructor.
 void CtMethod.setBody(CtMethod src, ClassMap map)
          Copies a method body from another method.
 

Constructors in classUtils.javassist with parameters of type ClassMap
CtConstructor(CtConstructor src, CompileTimeClass declaring, ClassMap map)
          Creates a copy of a CtConstructor object.
CtMethod(CtMethod src, CompileTimeClass declaring, ClassMap map)
          Creates a copy of a CtMethod object.