Structure_RegexParser5.9.0
Conditional
struct Conditional
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
.Conditional.Condition, trueBranch: AST.Node, pipe: SourceLocation?, falseBranch: AST.Node, SourceLocation) var condition: AST.Conditional.Condition
var falseBranch: AST.Node
var location: SourceLocation
var pipe: SourceLocation?
var trueBranch: AST.Node
struct Condition