static enum DescendantsFunDef.Flag extends Enum<DescendantsFunDef.Flag>
DESCENDANTS
function.Enum Constant and Description |
---|
AFTER |
BEFORE |
BEFORE_AND_AFTER |
LEAVES |
SELF |
SELF_AND_AFTER |
SELF_AND_BEFORE |
SELF_BEFORE_AFTER |
Modifier and Type | Method and Description |
---|---|
static String[] |
getNames() |
static DescendantsFunDef.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescendantsFunDef.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescendantsFunDef.Flag SELF
public static final DescendantsFunDef.Flag AFTER
public static final DescendantsFunDef.Flag BEFORE
public static final DescendantsFunDef.Flag BEFORE_AND_AFTER
public static final DescendantsFunDef.Flag SELF_AND_AFTER
public static final DescendantsFunDef.Flag SELF_AND_BEFORE
public static final DescendantsFunDef.Flag SELF_BEFORE_AFTER
public static final DescendantsFunDef.Flag LEAVES
public static DescendantsFunDef.Flag[] values()
for (DescendantsFunDef.Flag c : DescendantsFunDef.Flag.values()) System.out.println(c);
public static DescendantsFunDef.Flag 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 static String[] getNames()