| Package | Description |
|---|---|
| org.stekikun.dolmen.syntax |
| Modifier and Type | Field and Description |
|---|---|
Regular.Kind |
Regular.kind
Specifies what kind of regular expression
this is |
| Modifier and Type | Method and Description |
|---|---|
Regular.Kind |
Regular.getKind()
Only there for the quick-assist based on
Hierarchy. |
static Regular.Kind |
Regular.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Regular.Kind[] |
Regular.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|