Package javassist.bytecode
Class MemberrefInfo
java.lang.Object
javassist.bytecode.ConstInfo
javassist.bytecode.MemberrefInfo
- Direct Known Subclasses:
FieldrefInfo,InterfaceMethodrefInfo,MethodrefInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) int -
Constructor Summary
ConstructorsConstructorDescriptionMemberrefInfo(int cindex, int ntindex, int thisIndex) MemberrefInfo(DataInputStream in, int thisIndex) -
Method Summary
Modifier and TypeMethodDescriptionintprotected abstract intbooleanabstract StringinthashCode()voidprint(PrintWriter out) voidwrite(DataOutputStream out) Methods inherited from class javassist.bytecode.ConstInfo
getClassName, getTag, renameClass, renameClass, toString
-
Field Details
-
classIndex
int classIndex -
nameAndTypeIndex
int nameAndTypeIndex
-
-
Constructor Details
-
MemberrefInfo
public MemberrefInfo(int cindex, int ntindex, int thisIndex) -
MemberrefInfo
- Throws:
IOException
-
-
Method Details