Uses of Interface
java.lang.classfile.attribute.ModuleMainClassAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of ModuleMainClassAttribute in java.lang.classfile
Modifier and TypeMethodDescriptionAttributes.moduleMainClass()
Returns Attribute mapper for theModuleMainClass
attribute. -
Uses of ModuleMainClassAttribute in java.lang.classfile.attribute
Modifier and TypeInterfaceDescriptioninterface
Models theModuleMainClass
attribute (JVMS 4.7.27), which can appear on classes that represent module descriptors.Modifier and TypeMethodDescriptionstatic ModuleMainClassAttribute
ModuleMainClassAttribute.of
(ClassEntry mainClass) Returns aModuleMainClass
attribute.static ModuleMainClassAttribute
Returns aModuleMainClass
attribute.