Enumerationswift-syntax 601.0.1SwiftParser
StringLiteralKind
Cursor.swift:40This declaration is gated by at least one @_spi attribute.
enum StringLiteralKindThis declaration is gated by at least one @_spi attribute.
enum StringLiteralKindimport SwiftParserA parser for the Swift programming language.
case singleLineA normal single-line string literal started by ".
case multiLineA multi-line string literal started by """.
case singleQuoteA string literal started by a single quote '.
protocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.