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

/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DConstInteger.java49 public class ConstInteger extends ConstValue { class in inherits:ConstValue
50 /* The tag value associated with ConstInteger */
87 ConstInteger (int i) { method in class:ConstInteger
95 static ConstInteger read (DataInputStream input) throws IOException {
96 return new ConstInteger (input.readInt());

Completed in 1109 milliseconds