• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/

Lines Matching refs:String

61      * The String objects corresponding to the CONSTANT_Utf8 items. This cache
68 private String[] strings;
107 strings = new String[ll];
199 String s = strings[i];
245 public ClassReader(final String name) throws IOException {
330 String name;
331 String desc;
332 String attrName;
333 String signature;
343 String superClassName = v == 0 ? null : readUTF8(v, c);
344 String[] implementedItfs = new String[readUnsignedShort(u + 6)];
374 String sourceFile = null;
375 String sourceDebug = null;
376 String enclosingOwner = null;
377 String enclosingName = null;
378 String enclosingDesc = null;
639 String[] exceptions;
643 exceptions = new String[readUnsignedShort(w)];
1052 String iowner = readClass(cpIndex, c);
1054 String iname = readUTF8(cpIndex, c);
1055 String idesc = readUTF8(cpIndex + 2, c);
1110 String vsignature = null;
1172 String desc = readUTF8(v, buf);
1201 String name = readUTF8(v, buf);
1224 final String name,
1269 String desc = readUTF8(v, buf);
1392 final String type,
1499 * @return the String corresponding to the specified UTF8 item.
1501 public String readUTF8(int index, final char[] buf) {
1503 String s = strings[item];
1518 * @return the String corresponding to the specified UTF8 string.
1520 private String readUTF(int index, int utfLen, char[] buf) {
1554 return new String(buf, 0, strLen);
1566 * @return the String corresponding to the specified class item.
1568 public String readClass(final int index, final char[] buf) {
1584 * {@link Double}, {@link String} or {@link Type} corresponding to
1599 String s = readUTF8(index, buf);