class LongInfo extends ConstInfo
Modifier and Type | Field and Description |
---|---|
(package private) static int |
tag |
(package private) long |
value |
Constructor and Description |
---|
LongInfo(java.io.DataInputStream in,
int index) |
LongInfo(long l,
int index) |
Modifier and Type | Method and Description |
---|---|
int |
copy(ConstPool src,
ConstPool dest,
java.util.Map map) |
boolean |
equals(java.lang.Object obj) |
int |
getTag() |
int |
hashCode() |
void |
print(java.io.PrintWriter out) |
void |
write(java.io.DataOutputStream out) |
getClassName, renameClass, renameClass, toString
static final int tag
long value
public LongInfo(long l, int index)
public LongInfo(java.io.DataInputStream in, int index) throws java.io.IOException
java.io.IOException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void write(java.io.DataOutputStream out) throws java.io.IOException