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 intcopy(ConstPool src, ConstPool dest, java.util.Map map)booleanequals(java.lang.Object obj)intgetTag()inthashCode()voidprint(java.io.PrintWriter out)voidwrite(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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
write
public void write(java.io.DataOutputStream out) throws java.io.IOException
-
-