Structure_RegexParser5.9.0
MatchingOption
An option, written in source, that changes matching semantics.
struct MatchingOption
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(AST
.MatchingOption.Kind, location: SourceLocation) var isAnyExtended: Bool
If this is either the regular or extra extended syntax option.
var isSemanticMatchingLevel: Bool
var isTextSegmentMode: Bool
var kind: AST.MatchingOption.Kind
var location: SourceLocation
enum Kind