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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DConstantInteger.java37 public final class ConstantInteger extends Constant implements ConstantObject { class in inherits:Constant,ConstantObject
43 public ConstantInteger(int bytes) method in class:ConstantInteger
52 public ConstantInteger(ConstantInteger c) { method in class:ConstantInteger
62 ConstantInteger(DataInputStream file) throws IOException method in class:ConstantInteger

Completed in 88 milliseconds