Instance Propertyswift 6.0.3_RegexParser
children
var children: [AST.Node] { get }
var children: [AST.Node] { get }
s12_RegexParser3ASTV14AbsentFunctionV8childrenSayAC4NodeOGvp
What are these?5JJYP
import _RegexParser
struct AbsentFunction
An Oniguruma absent function.
struct AST
A regex abstract syntax tree.
indirect enum Node
A node in the regex AST.
init(_ kind: AST.AbsentFunction.Kind, start: SourceLocation, location: SourceLocation)
var kind: AST.AbsentFunction.Kind
var location: SourceLocation
var start: SourceLocation
The location of (?~
or (?~|
enum Kind
enum Start