Searched defs:ConstPool (Results 1 - 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java33 public final class ConstPool { class
125 public ConstPool(String thisclass) { method in class:ConstPool
141 public ConstPool(DataInputStream in) throws IOException { method in class:ConstPool
672 * Copies the n-th item in this ConstPool object into the destination
673 * ConstPool object.
682 public int copy(int n, ConstPool dest, Map classnames) {
1131 public String getClassName(ConstPool cp) { return null; }
1132 public void renameClass(ConstPool cp, String oldName, String newName) {}
1133 public void renameClass(ConstPool cp, Map classnames) {}
1134 public abstract int copy(ConstPool sr
[all...]

Completed in 52 milliseconds