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