public class ConstantPool.FieldRefInfo extends ConstantPool.Entry
Virtual Machine Specification, 2nd edition, ch. 4.4.2
Modifier and Type | Method and Description |
---|---|
ConstantPool.ClassInfo |
getClassInfo() |
java.lang.String |
getDescriptor()
Get Fields descriptor
|
java.lang.String |
getFieldName()
Gets the name of the field referenced by this FieldRefInfo
|
ConstantPool.NameAndTypeInfo |
getNameAndTypeInfo() |
java.lang.String |
toString() |
void |
writeData(java.io.DataOutputStream dos)
Writes this Entry to DataOutputStream given.
|
getEntryIndex, getTag
public ConstantPool.ClassInfo getClassInfo()
public java.lang.String getDescriptor()
public java.lang.String getFieldName()
public ConstantPool.NameAndTypeInfo getNameAndTypeInfo()
public java.lang.String toString()
toString
in class java.lang.Object
public void writeData(java.io.DataOutputStream dos) throws java.io.IOException
ConstantPool.Entry
writeData
in class ConstantPool.Entry
dos
- DataOutputStream usedjava.io.IOException
Copyright © 2001. Documenation generated October 18 2013.