소스 검색

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…
취소
저장