Home
last modified time | relevance | path

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

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