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 theModuleMainClassattribute. -
Uses of ModuleMainClassAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type ModuleMainClassAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theModuleMainClassattribute (JVMS 4.7.27), which can appear on classes that represent module descriptors.Methods in java.lang.classfile.attribute that return ModuleMainClassAttributeModifier and TypeMethodDescriptionstatic ModuleMainClassAttributeModuleMainClassAttribute.of(ClassEntry mainClass) Returns aModuleMainClassattribute.static ModuleMainClassAttributeReturns aModuleMainClassattribute.