com.go.trove.classfile
Class ConstantFieldInfo
java.lang.Object
|
+--com.go.trove.classfile.ConstantInfo
|
+--com.go.trove.classfile.ConstantFieldInfo
- public class ConstantFieldInfo
- extends ConstantInfo
This class corresponds to the CONSTANT_Fieldref_info structure as defined in
section 4.4.2 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 |
getParentClass
public ConstantClassInfo getParentClass()
getNameAndType
public ConstantNameAndTypeInfo getNameAndType()
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