Searched refs:addInteger (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DPUSH.java88 instruction = new LDC(cp.addInteger(value));
H A DFieldGen.java226 return cp.addInteger(((Integer)value).intValue());
H A DConstantPoolGen.java308 public int addInteger(int n) { method in class:ConstantPoolGen
754 return addInteger(((ConstantInteger)c).getBytes());

Completed in 47 milliseconds