Package javassist.bytecode
Class ModuleInfo
java.lang.Object
javassist.bytecode.ConstInfo
javassist.bytecode.ModuleInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) static final int
-
Constructor Summary
ConstructorsConstructorDescriptionModuleInfo
(int moduleName, int index) ModuleInfo
(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:
-
name
int name
-
-
Constructor Details
-
ModuleInfo
public ModuleInfo(int moduleName, int index) -
ModuleInfo
- Throws:
IOException
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getTag
public int getTag() -
getModuleName
-
copy
-
write
- Specified by:
write
in classConstInfo
- Throws:
IOException
-
print
-