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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantLong.java72 public final class ConstantLong extends Constant implements ConstantObject { class in inherits:Constant,ConstantObject
78 public ConstantLong(long bytes) method in class:ConstantLong
86 public ConstantLong(ConstantLong c) { method in class:ConstantLong
95 ConstantLong(DataInputStream file) throws IOException method in class:ConstantLong

Completed in 30 milliseconds