ConstInterfaceMethodRefpublic class ConstInterfaceMethodRef extends ConstBasicMemberRef Class representing a reference to an interface method of some class
in the constant pool of a class file. |
Fields Summary |
---|
public static final int | MyTag |
Constructors Summary |
---|
ConstInterfaceMethodRef(ConstClass cname, ConstNameAndType NT)
super(cname, NT);
| ConstInterfaceMethodRef(int cnameIndex, int NT_index)
super(cnameIndex, NT_index);
|
|