Structureswift 6.0.1_RegexParser
Scalar
struct Scalar
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (14) members.
Types
struct BacktrackingDirective
enum Callout
struct CharacterProperty
enum EscapedBuiltin
enum Kind
struct Number
struct ScalarSequence
Type members
Instance members
var isQuantifiable: Bool
var isValidCharacterClassRangeBound: Bool
Whether this atom is valid as the operand of a custom character class range.
let kind: AST.Atom.Kind
var literalCharacterValue: Character?
Retrieves the character value of the atom.
var literalStringValue: String?
A string literal representation of the atom, if possible.
let location: SourceLocation
Citizens in _RegexParser
Conformances
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.
Type members
Instance members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.