protected static enum RustBinaryDescription.Type extends Enum<RustBinaryDescription.Type> implements FlavorConvertible
Enum Constant and Description |
---|
CHECK |
SAVEANALYSIS |
SHARED |
STATIC |
STATIC_PIC |
Modifier and Type | Method and Description |
---|---|
CrateType |
getCrateType() |
Flavor |
getFlavor() |
Linker.LinkableDepType |
getLinkStyle() |
boolean |
isCheck() |
boolean |
isSaveAnalysis() |
static RustBinaryDescription.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RustBinaryDescription.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RustBinaryDescription.Type CHECK
public static final RustBinaryDescription.Type SAVEANALYSIS
public static final RustBinaryDescription.Type SHARED
public static final RustBinaryDescription.Type STATIC_PIC
public static final RustBinaryDescription.Type STATIC
public static RustBinaryDescription.Type[] values()
for (RustBinaryDescription.Type c : RustBinaryDescription.Type.values()) System.out.println(c);
public static RustBinaryDescription.Type 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 nullpublic Flavor getFlavor()
getFlavor
in interface FlavorConvertible
public Linker.LinkableDepType getLinkStyle()
public CrateType getCrateType()
public boolean isCheck()
public boolean isSaveAnalysis()