Explorar el Código

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 hace 19 años
padre
commit
6dc6b9945e
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      src/main/javassist/bytecode/ConstPool.java

+ 7
- 0
src/main/javassist/bytecode/ConstPool.java Ver fichero

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

Cargando…
Cancelar
Guardar