Class ConstantModule
java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantModule
Represents a module.
See https://cr.openjdk.java.net/~mr/jigsaw/spec/java-se-9-jvms-diffs.pdf 4.4.11
- Author:
- Andy Clement
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal voiddump(DataOutputStream file) getModuleName(ConstantPool cpool) final intgetValue()final StringtoString()
-
Constructor Details
-
ConstantModule
public ConstantModule(int nameIndex)
-
-
Method Details