Uses of Enum Class
org.openjdk.asmtools.common.Module.Modifier
Packages that use Module.Modifier
-
Uses of Module.Modifier in org.openjdk.asmtools.common
Methods in org.openjdk.asmtools.common that return Module.ModifierModifier and TypeMethodDescriptionstatic Module.Modifier
Returns the enum constant of this class with the specified name.static Module.Modifier[]
Module.Modifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.common with parameters of type Module.ModifierModifier and TypeMethodDescriptionprivate static String
Module.Modifier.asString
(int value, boolean flagFormat, Module.Modifier skipped) Module.Builder.setModuleFlags
(Module.Modifier... moduleFlags)