Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantInteger.java33 public final class ConstantInteger extends Constant implements ConstantObject { class
41 public ConstantInteger(final int bytes) { in ConstantInteger() method in ConstantInteger
50 public ConstantInteger(final ConstantInteger c) { in ConstantInteger() method in ConstantInteger
61 ConstantInteger(final DataInput file) throws IOException { in ConstantInteger() method in ConstantInteger