com.go.trove.classfile
Class ConstantIntegerInfo
java.lang.Object
|
+--com.go.trove.classfile.ConstantInfo
|
+--com.go.trove.classfile.ConstantIntegerInfo
- public class ConstantIntegerInfo
- extends ConstantInfo
This class corresponds to the CONSTANT_Integer_info structure as defined in
section 4.4.4 of The Java Virtual Machine Specification.
- Version:
- 21 , 9/07/00
- Author:
- Brian S O'Neill
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getValue
public java.lang.Integer getValue()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
writeTo
public void writeTo(java.io.DataOutput dout)
throws java.io.IOException
- Overrides:
writeTo in class ConstantInfo
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object