Home | History | Annotate | Download | only in javassist

Lines Matching full:oldname

376      * name <code>oldName</code> in the class file.
378 * @param oldName replaced class name
381 public void replaceClassName(String oldName, String newName) {
419 public void put(String oldname, String newname) {
420 put0(oldname, newname);