Package javassist.bytecode
Class ClassInfo
java.lang.Object
javassist.bytecode.ConstInfo
javassist.bytecode.ClassInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) static final int -
Constructor Summary
ConstructorsConstructorDescriptionClassInfo(int className, int index) ClassInfo(DataInputStream in, int index) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanintgetTag()inthashCode()voidprint(PrintWriter out) voidvoidvoidwrite(DataOutputStream out)
-
Field Details
-
tag
static final int tag- See Also:
-
name
int name
-
-
Constructor Details
-
ClassInfo
public ClassInfo(int className, int index) -
ClassInfo
- Throws:
IOException
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getTag
public int getTag() -
getClassName
- Overrides:
getClassNamein classConstInfo
-
renameClass
public void renameClass(ConstPool cp, String oldName, String newName, Map<ConstInfo, ConstInfo> cache) - Overrides:
renameClassin classConstInfo
-
renameClass
- Overrides:
renameClassin classConstInfo
-
copy
-
write
- Specified by:
writein classConstInfo- Throws:
IOException
-
print
-