Package javassist.bytecode
Class InterfaceMethodrefInfo
- java.lang.Object
-
- javassist.bytecode.ConstInfo
-
- javassist.bytecode.MemberrefInfo
-
- javassist.bytecode.InterfaceMethodrefInfo
-
class InterfaceMethodrefInfo extends MemberrefInfo
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
tag
-
Fields inherited from class javassist.bytecode.MemberrefInfo
classIndex, nameAndTypeIndex
-
-
Constructor Summary
Constructors Constructor Description InterfaceMethodrefInfo(int cindex, int ntindex, int thisIndex)
InterfaceMethodrefInfo(java.io.DataInputStream in, int thisIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
copy2(ConstPool dest, int cindex, int ntindex)
int
getTag()
java.lang.String
getTagName()
-
Methods inherited from class javassist.bytecode.ConstInfo
getClassName, renameClass, renameClass, toString
-
-
-
-
Field Detail
-
tag
static final int tag
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTagName
public java.lang.String getTagName()
- Specified by:
getTagName
in classMemberrefInfo
-
copy2
protected int copy2(ConstPool dest, int cindex, int ntindex)
- Specified by:
copy2
in classMemberrefInfo
-
-