Package javassist.bytecode
Class InterfaceMethodrefInfo
java.lang.Object
javassist.bytecode.ConstInfo
javassist.bytecode.MemberrefInfo
javassist.bytecode.InterfaceMethodrefInfo
-
Field Summary
FieldsFields inherited from class javassist.bytecode.MemberrefInfo
classIndex, nameAndTypeIndex
-
Constructor Summary
ConstructorsConstructorDescriptionInterfaceMethodrefInfo
(int cindex, int ntindex, int thisIndex) InterfaceMethodrefInfo
(DataInputStream in, int thisIndex) -
Method Summary
Methods inherited from class javassist.bytecode.ConstInfo
getClassName, renameClass, renameClass, toString
-
Field Details
-
tag
static final int tag- See Also:
-
-
Constructor Details
-
InterfaceMethodrefInfo
public InterfaceMethodrefInfo(int cindex, int ntindex, int thisIndex) -
InterfaceMethodrefInfo
- Throws:
IOException
-
-
Method Details
-
getTag
public int getTag() -
getTagName
- Specified by:
getTagName
in classMemberrefInfo
-
copy2
- Specified by:
copy2
in classMemberrefInfo
-