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