public static enum CoreConfig.ClinitMode extends Enum<CoreConfig.ClinitMode>
| Modifier and Type | Method and Description |
|---|---|
static CoreConfig.ClinitMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreConfig.ClinitMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreConfig.ClinitMode FULL
public static final CoreConfig.ClinitMode ONFLY
public static final CoreConfig.ClinitMode APP
public static CoreConfig.ClinitMode[] values()
for (CoreConfig.ClinitMode c : CoreConfig.ClinitMode.values()) System.out.println(c);
public static CoreConfig.ClinitMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024 Soot OSS. All rights reserved.