public static enum ReplaceStringParser.Token.Kind extends Enum<ReplaceStringParser.Token.Kind>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
captureGroup |
literal |
match |
matchHead |
matchTail |
namedCaptureGroup |
| Modifier and Type | Method and Description |
|---|---|
static ReplaceStringParser.Token.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplaceStringParser.Token.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplaceStringParser.Token.Kind literal
public static final ReplaceStringParser.Token.Kind match
public static final ReplaceStringParser.Token.Kind matchHead
public static final ReplaceStringParser.Token.Kind matchTail
public static final ReplaceStringParser.Token.Kind captureGroup
public static final ReplaceStringParser.Token.Kind namedCaptureGroup
public static ReplaceStringParser.Token.Kind[] values()
public static ReplaceStringParser.Token.Kind 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