Преглед изворни кода

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.
*/

Loading…
Откажи
Сачувај