protected static enum LeftFactoringRuleTransformer.RuleVariants extends Enum<LeftFactoringRuleTransformer.RuleVariants>
| Enum Constant and Description |
|---|
FULLY_FACTORED |
NONE |
PARTIALLY_FACTORED |
| Modifier and Type | Method and Description |
|---|---|
static LeftFactoringRuleTransformer.RuleVariants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeftFactoringRuleTransformer.RuleVariants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeftFactoringRuleTransformer.RuleVariants NONE
public static final LeftFactoringRuleTransformer.RuleVariants PARTIALLY_FACTORED
public static final LeftFactoringRuleTransformer.RuleVariants FULLY_FACTORED
public static LeftFactoringRuleTransformer.RuleVariants[] values()
for (LeftFactoringRuleTransformer.RuleVariants c : LeftFactoringRuleTransformer.RuleVariants.values()) System.out.println(c);
public static LeftFactoringRuleTransformer.RuleVariants 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 © 1992–2022 Daniel Sun. All rights reserved.