Uses of Class
javassist.ClassMap

Packages that use ClassMap
javassist The Javassist Core API. 
 

Uses of ClassMap in javassist
 

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

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



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