Package javassist.bytecode
Class DynamicInfo
java.lang.Object
javassist.bytecode.ConstInfo
javassist.bytecode.DynamicInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
(package private) static final int
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicInfo
(int bootstrapMethod, int ntIndex, int index) DynamicInfo
(DataInputStream in, int index) -
Method Summary
Methods inherited from class javassist.bytecode.ConstInfo
getClassName, renameClass, renameClass, toString
-
Field Details
-
tag
static final int tag- See Also:
-
bootstrap
int bootstrap -
nameAndType
int nameAndType
-
-
Constructor Details
-
DynamicInfo
public DynamicInfo(int bootstrapMethod, int ntIndex, int index) -
DynamicInfo
- Throws:
IOException
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getTag
public int getTag() -
copy
-
write
- Specified by:
write
in classConstInfo
- Throws:
IOException
-
print
-