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 TypeMethodDescriptionint
protected abstract int
boolean
abstract String
int
hashCode()
void
print
(PrintWriter out) void
write
(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