class CLConstantLongInfo extends CLCPInfo
Modifier and Type | Field and Description |
---|---|
long |
l
The long number.
|
Constructor and Description |
---|
CLConstantLongInfo(long l)
Construct a CLConstantLongInfo object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
short[] |
highBytes()
Return CONSTANT_Long_info.high_bytes item.
|
short[] |
lowBytes()
Return CONSTANT_Long_info.low_bytes item.
|
void |
write(CLOutputStream out)
Write the contents of this constant pool item to the specified output
stream.
|
void |
writeToStdOut(PrettyPrinter p)
Write the content of this object to STDOUT in a format similar to that of
javap.
|
public CLConstantLongInfo(long l)
l
- the long number.public short[] lowBytes()
public short[] highBytes()
public void write(CLOutputStream out) throws IOException
CLCPInfo
write
in class CLCPInfo
out
- output stream.IOException
- if an error occurs while writing.public void writeToStdOut(PrettyPrinter p)
CLCPInfo
writeToStdOut
in class CLCPInfo
p
- for pretty printing with indentation.