Regular.Alternate, Regular.Binding, Regular.Characters, Regular.Eof, Regular.Epsilon, Regular.Folder<V>, Regular.Gen, Regular.Kind, Regular.Repetition, Regular.Sequence
Modifier and Type | Field and Description |
---|---|
Located<String> |
name
The name to which the string matched by
this regular expression should be bound
|
Regular |
reg
The bound regular expression
|
Modifier and Type | Method and Description |
---|---|
<V> V |
fold(Regular.Folder<V> folder) |
@NonNull String |
toString() |
public final Regular reg
public <V> V fold(Regular.Folder<V> folder)
fold
in class Regular
Regular.Folder
to the receiver