CONSTANT_InterfaceMethodref_infopublic final class CONSTANT_InterfaceMethodref_info extends CONSTANT_ref_info This structure is used in the constant pool to represent dynamic references
to interface methods. The class_index item of a CONSTANT_InterfaceMethodref_info
structure must be an interface type that declares the given method. |
Fields Summary |
---|
public static final byte | TAG |
Constructors Summary |
---|
public CONSTANT_InterfaceMethodref_info(int class_index, int name_and_type_index)
super (class_index, name_and_type_index);
| protected CONSTANT_InterfaceMethodref_info(com.vladium.jcd.lib.UDataInputStream bytes)
super (bytes);
|
|