Enumeration_RegexParser5.9.0
Callout
enum Callout
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
case onigurumaNamed(AST.Atom.Callout.OnigurumaNamed)
case onigurumaOfContents(AST.Atom.Callout.OnigurumaOfContents)
case pcre(AST.Atom.Callout.PCRE)
struct OnigurumaNamed
A named Oniguruma callout written
(*name[tag]{args, ...})
struct OnigurumaOfContents
An Oniguruma callout ‘of contents’, written
(?{...}[tag]D)
struct OnigurumaTag
A tag specifier
[...]
that can appear in an Oniguruma callout.struct PCRE
A PCRE callout written
(?C...)