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

/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java102 public static final int CONST_Double = DoubleInfo.tag;
522 else if (constInfo instanceof DoubleInfo)
570 DoubleInfo i = (DoubleInfo)getItem(index);
946 int i = addItem(new DoubleInfo(d));
1034 if ((tag == LongInfo.tag) || (tag == DoubleInfo.tag)) {
1067 case DoubleInfo.tag : // 6
1068 info = new DoubleInfo(in);
1152 /* padding following DoubleInfo or LongInfo.
1512 class DoubleInfo extend class in inherits:ConstInfo
1516 public DoubleInfo(double d) { method in class:DoubleInfo
1520 public DoubleInfo(DataInputStream in) throws IOException { method in class:DoubleInfo
[all...]

Completed in 34 milliseconds