public class ConstantPool.FieldRefInfo extends ConstantPool.Entry
| Modifier and Type | Method and Description |
|---|---|
ConstantPool.ClassInfo |
getClassInfo() |
String |
getDescriptor()
Get Fields descriptor
|
String |
getFieldName()
Gets the name of the field referenced by this FieldRefInfo
|
ConstantPool.NameAndTypeInfo |
getNameAndTypeInfo() |
String |
toString() |
void |
writeData(DataOutputStream dos)
Writes this Entry to DataOutputStream given.
|
getEntryIndex, getTagpublic ConstantPool.ClassInfo getClassInfo()
public ConstantPool.NameAndTypeInfo getNameAndTypeInfo()
public String getFieldName()
public String getDescriptor()
public void writeData(DataOutputStream dos) throws IOException
ConstantPool.EntrywriteData in class ConstantPool.Entrydos - DataOutputStream usedIOException - on IOExceptionCopyright © 2017. All rights reserved.