public static enum PECoffSymtab.PseudoSection extends Enum<PECoffSymtab.PseudoSection>
| Enum Constant and Description |
|---|
UNDEF |
| Modifier and Type | Method and Description |
|---|---|
static PECoffSymtab.PseudoSection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PECoffSymtab.PseudoSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PECoffSymtab.PseudoSection UNDEF
public static PECoffSymtab.PseudoSection[] values()
public static PECoffSymtab.PseudoSection 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 null