class FieldrefInfo extends MemberrefInfo
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
tag |
classIndex, nameAndTypeIndex| Constructor and Description |
|---|
FieldrefInfo(java.io.DataInputStream in,
int thisIndex) |
FieldrefInfo(int cindex,
int ntindex,
int thisIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
copy2(ConstPool dest,
int cindex,
int ntindex) |
int |
getTag() |
java.lang.String |
getTagName() |
getClassName, renameClass, renameClass, toStringstatic final int tag
public FieldrefInfo(int cindex,
int ntindex,
int thisIndex)
public FieldrefInfo(java.io.DataInputStream in,
int thisIndex)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getTagName()
getTagName in class MemberrefInfoprotected int copy2(ConstPool dest, int cindex, int ntindex)
copy2 in class MemberrefInfo