Package | Description |
---|---|
org.openjdk.asmtools.common |
Modifier and Type | Method and Description |
---|---|
static Module.Modifier |
Module.Modifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Module.Modifier[] |
Module.Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
Module.Modifier.asString(int value,
boolean flagFormat,
Module.Modifier skipped) |
Module.Builder |
Module.Builder.setModuleFlags(Module.Modifier... moduleFlags) |