public final class CONSTANT_Fieldref_info extends CONSTANT_ref_info
CONSTANT_Methodref_info structure must be a class type, not an
interface type.CONSTANT_ref_info,
CONSTANT_Methodref_info,
CONSTANT_InterfaceMethodref_info| Modifier and Type | Field and Description |
|---|---|
static byte |
TAG |
m_class_index, m_name_and_type_index| Modifier | Constructor and Description |
|---|---|
|
CONSTANT_Fieldref_info(int class_index,
int name_and_type_index) |
protected |
CONSTANT_Fieldref_info(UDataInputStream bytes) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
accept(ICONSTANTVisitor visitor,
java.lang.Object ctx) |
byte |
tag()
Returns the tag byte for this CONSTANT type [this data is
static class data].
|
java.lang.String |
toString() |
writeInClassFormatclone, new_CONSTANT_info, tagToString, widthpublic static final byte TAG
public CONSTANT_Fieldref_info(int class_index,
int name_and_type_index)
protected CONSTANT_Fieldref_info(UDataInputStream bytes) throws java.io.IOException
java.io.IOExceptionpublic final byte tag()
CONSTANT_infotag in class CONSTANT_infopublic java.lang.Object accept(ICONSTANTVisitor visitor, java.lang.Object ctx)
accept in class CONSTANT_infopublic java.lang.String toString()
toString in class CONSTANT_info