CONSTANT_Methodref_infopublic final class CONSTANT_Methodref_info extends CONSTANT_ref_info This structure is used in the constant pool to represent dynamic references
to class methods. The class_index item of a {@link CONSTANT_Fieldref_info} or
a CONSTANT_Methodref_info structure must be a class type, not an interface type. |
Fields Summary |
---|
public static final byte | TAG |
Constructors Summary |
---|
public CONSTANT_Methodref_info(int class_index, int name_and_type_index)
super (class_index, name_and_type_index);
| protected CONSTANT_Methodref_info(com.vladium.jcd.lib.UDataInputStream bytes)
super (bytes);
|
|