Enumeration_RegexParser5.9.0
Kind
enum Kind
Citizens in _RegexParser
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.
Members
case absolute(AST.Atom.Number)
case named(String)
case relative(AST.Atom.Number)
var recursesWholePattern: Bool
Whether this is a reference that recurses the whole pattern, rather than a group.