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