public static enum RegexLexer.ClassSetOperator extends Enum<RegexLexer.ClassSetOperator>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
Difference |
Intersection |
Union |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RegexLexer.ClassSetOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexLexer.ClassSetOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOfpublic static final RegexLexer.ClassSetOperator Union
public static final RegexLexer.ClassSetOperator Intersection
public static final RegexLexer.ClassSetOperator Difference
public static RegexLexer.ClassSetOperator[] values()
public static RegexLexer.ClassSetOperator 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 String toString()
toString in class Enum<RegexLexer.ClassSetOperator>