Structure_RegexParser5.9.0
Quantification
struct Quantification
Citizens in _RegexParser
Conformances
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
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
init(Source
.Located<AST.Quantification.Amount>, Source.Located<AST.Quantification.Kind>, AST.Node, SourceLocation, trivia: [AST.Trivia]) let amount: Source.Located<AST.Quantification.Amount>
let child: AST.Node
let kind: Source.Located<AST.Quantification.Kind>
let location: SourceLocation
let trivia: [AST.Trivia]
Any trivia intermixed between the operand and the quantifier, as well as between the quantifier characters themselves. This can occur in extended syntax mode where PCRE permits e.g
x * +
.enum Amount
enum Kind