public static enum ParseTools.CaptureType extends Enum<ParseTools.CaptureType>
| Modifier and Type | Method and Description |
|---|---|
char |
getBegin() |
char |
getEnd() |
static ParseTools.CaptureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseTools.CaptureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParseTools.CaptureType BRACE
public static final ParseTools.CaptureType BRACKET
public static final ParseTools.CaptureType PAREN
public static final ParseTools.CaptureType REGEX
public static ParseTools.CaptureType[] values()
for (ParseTools.CaptureType c : ParseTools.CaptureType.values()) System.out.println(c);
public static ParseTools.CaptureType 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 char getBegin()
public char getEnd()
Copyright © 2019 OCPsoft. All rights reserved.