ConstFieldRefpublic class ConstFieldRef extends ConstBasicMemberRef ConstFieldRef represents a reference to a field of some class
in the constant pool of a class file. |
Fields Summary |
---|
public static final int | MyTag |
Constructors Summary |
---|
ConstFieldRef(ConstClass cname, ConstNameAndType NT)
super(cname, NT);
| ConstFieldRef(int cnameIndex, int NT_index)
super(cnameIndex, NT_index);
|
|