瀏覽代碼

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…
取消
儲存