public final class CONSTANT_InterfaceMethodref_info extends CONSTANT_ref_info
CONSTANT_ref_info
,
CONSTANT_Fieldref_info
,
CONSTANT_Methodref_info
Modifier and Type | Field and Description |
---|---|
static byte |
TAG |
m_class_index, m_name_and_type_index
Modifier | Constructor and Description |
---|---|
|
CONSTANT_InterfaceMethodref_info(int class_index,
int name_and_type_index) |
protected |
CONSTANT_InterfaceMethodref_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() |
writeInClassFormat
clone, new_CONSTANT_info, tagToString, width
public static final byte TAG
public CONSTANT_InterfaceMethodref_info(int class_index, int name_and_type_index)
protected CONSTANT_InterfaceMethodref_info(UDataInputStream bytes) throws java.io.IOException
java.io.IOException
public final byte tag()
CONSTANT_info
tag
in class CONSTANT_info
public java.lang.Object accept(ICONSTANTVisitor visitor, java.lang.Object ctx)
accept
in class CONSTANT_info
public java.lang.String toString()
toString
in class CONSTANT_info