Uses of Interface
java.lang.classfile.attribute.ModuleMainClassAttribute
Packages that use ModuleMainClassAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file 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 the 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 appears on classes that represent module descriptors to indicate the main class of the module.Methods in java.lang.classfile.attribute that return ModuleMainClassAttributeModifier and TypeMethodDescriptionstatic ModuleMainClassAttribute
ModuleMainClassAttribute.of
(ClassEntry mainClass) Returns aModuleMainClass
attribute.static ModuleMainClassAttribute
Returns aModuleMainClass
attribute.