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

/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java82 public static final int CONST_String = StringInfo.tag;
514 if (constInfo instanceof StringInfo)
581 StringInfo si = (StringInfo)getItem(index);
904 return addItem(new StringInfo(addUtf8Info(str)));
1074 case StringInfo.tag : // 8
1075 info = new StringInfo(in);
1396 class StringInfo extends ConstInfo { class in inherits:ConstInfo
1400 public StringInfo(int str) { method in class:StringInfo
1404 public StringInfo(DataInputStrea method in class:StringInfo
[all...]

Completed in 71 milliseconds