Переглянути джерело

added getSize()


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@191 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 19 роки тому
джерело
коміт
6dc6b9945e
1 змінених файлів з 7 додано та 0 видалено
  1. 7
    0
      src/main/javassist/bytecode/ConstPool.java

+ 7
- 0
src/main/javassist/bytecode/ConstPool.java Переглянути файл

@@ -132,6 +132,13 @@ public final class ConstPool {
strings = new HashMap();
}

/**
* Returns the number of entries in this table.
*/
public int getSize() {
return numOfItems;
}

/**
* Returns the name of the class using this constant pool table.
*/

Завантаження…
Відмінити
Зберегти