public class ConstantLong extends Constant
constantPool| Constructor and Description |
|---|
ConstantLong(Constant[] constantPool,
DataInput inputStream)
constructs a new ConstantLong
|
ConstantLong(Constant[] constantPool,
long bytes)
constructs a new ConstantLong
|
public ConstantLong(Constant[] constantPool, DataInput inputStream) throws IOException
constantPool - the constantPool it is part ofinputStream - the inputstream to read fromIOException - on failurepublic ConstantLong(Constant[] constantPool, long bytes)
constantPool - the constantPool it is part ofbytes - the bytespublic int getTag()
ConstantgetTag in class ConstantConstant.getTag()public long getValue()
public String toString()
toString in class ObjectObject.toString()Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.