class IntegerInfo extends ConstInfo
Modifier and Type | Field and Description |
---|---|
(package private) static int |
tag |
(package private) int |
value |
Constructor and Description |
---|
IntegerInfo(java.io.DataInputStream in,
int index) |
IntegerInfo(int v,
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
int value
public IntegerInfo(int v, int index)
public IntegerInfo(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