Enumeration_RegexParser5.9.0
Kind
enum Kind
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 limitDepth(AST.Atom.Number)
(*LIMIT_DEPTH=d)
case limitHeap(AST.Atom.Number)
(*LIMIT_HEAP=d)
case limitMatch(AST.Atom.Number)
(*LIMIT_MATCH=d)
case newlineMatching(AST.GlobalMatchingOption.NewlineMatching)
case newlineSequenceMatching(AST.GlobalMatchingOption.NewlineSequenceMatching)
case noAutoPossess
(*NO_AUTO_POSSESS)
case noDotStarAnchor
(*NO_DOTSTAR_ANCHOR)
case noJIT
(*NO_JIT)
case noStartOpt
(*NO_START_OPT)
case notEmpty
(*NOTEMPTY)
case notEmptyAtStart
(*NOTEMPTY_ATSTART)
case unicodeProperties
(*UCP)
case utfMode
(*UTF)