Searched defs:Utf8Info (Results 1 - 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java112 public static final int CONST_Utf8 = Utf8Info.tag;
592 Utf8Info utf = (Utf8Info)getItem(index);
963 Utf8Info info = (Utf8Info)strings.get(utf8);
967 info = new Utf8Info(utf8, numOfItems);
1054 case Utf8Info.tag : // 1
1055 info = new Utf8Info(in, numOfItems);
1056 strings.put(((Utf8Info)info).string, info);
1541 class Utf8Info extend class in inherits:ConstInfo
1546 public Utf8Info(String utf8, int i) { method in class:Utf8Info
1551 public Utf8Info(DataInputStream in, int i) throws IOException { method in class:Utf8Info
[all...]

Completed in 54 milliseconds