Package javassist.bytecode
Class IntegerInfo
- java.lang.Object
-
- javassist.bytecode.ConstInfo
-
- javassist.bytecode.IntegerInfo
-
class IntegerInfo extends ConstInfo
-
-
Constructor Summary
Constructors Constructor Description IntegerInfo(int v, int index)
IntegerInfo(java.io.DataInputStream in, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class javassist.bytecode.ConstInfo
getClassName, renameClass, renameClass, toString
-
-
-
-
Field Detail
-
tag
static final int tag
- See Also:
- Constant Field Values
-
value
int value
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
write
public void write(java.io.DataOutputStream out) throws java.io.IOException
-
-