Uses of Interface
java.lang.classfile.attribute.ModuleMainClassAttribute
Packages that use 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
Methods in java.lang.classfile that return types with arguments of type ModuleMainClassAttributeModifier and TypeMethodDescriptionAttributes.moduleMainClass()
Returns Attribute mapper for theModuleMainClass
attribute. -
Uses of ModuleMainClassAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type ModuleMainClassAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theModuleMainClass
attribute (JVMS 4.7.27), which can appear on classes that represent module descriptors.Methods in java.lang.classfile.attribute that return ModuleMainClassAttributeModifier and TypeMethodDescriptionstatic ModuleMainClassAttribute
ModuleMainClassAttribute.of
(ClassEntry mainClass) Returns aModuleMainClass
attribute.static ModuleMainClassAttribute
Returns aModuleMainClass
attribute.