static enum QuantifierNode.ReduceType extends java.lang.Enum<QuantifierNode.ReduceType>
Modifier and Type | Method and Description |
---|---|
static QuantifierNode.ReduceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuantifierNode.ReduceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuantifierNode.ReduceType ASIS
public static final QuantifierNode.ReduceType DEL
public static final QuantifierNode.ReduceType A
public static final QuantifierNode.ReduceType AQ
public static final QuantifierNode.ReduceType QQ
public static final QuantifierNode.ReduceType P_QQ
public static final QuantifierNode.ReduceType PQ_Q
public static QuantifierNode.ReduceType[] values()
for (QuantifierNode.ReduceType c : QuantifierNode.ReduceType.values()) System.out.println(c);
public static QuantifierNode.ReduceType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null