-
- All Implemented Interfaces:
public final class ConstantModuleInfo extends ConstantNameInfo
Describes a CONSTANT_Module_info constant pool data structure.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConstantTypeconstantTypeprivate IntegernameIndexprivate final ConstantUtf8InfonameConstantprivate final Stringverboseprivate final Stringname
-
Constructor Summary
Constructors Constructor Description ConstantModuleInfo(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description ConstantTypegetConstantType()Type of the cp_info structure. -
Methods inherited from class org.gjt.jclasslib.structures.constants.ConstantNameInfo
equals, getName, getNameConstant, getNameIndex, getVerbose, hashCode, setNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ConstantModuleInfo
ConstantModuleInfo(ClassFile classFile)
-
-
Method Detail
-
getConstantType
ConstantType getConstantType()
Type of the cp_info structure.
-
-
-
-