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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantInteger.java74 public final class ConstantInteger extends Constant implements ConstantObject { class in inherits:Constant,ConstantObject
80 public ConstantInteger(int bytes) method in class:ConstantInteger
89 public ConstantInteger(ConstantInteger c) { method in class:ConstantInteger
99 ConstantInteger(DataInputStream file) throws IOException method in class:ConstantInteger

Completed in 41 milliseconds