Enumerationswift-syntax 601.0.1SwiftParser->SwiftSyntax
BaseNameOptions
Parser+TokenSpecSet.swift:1259This declaration is gated by at least one @_spi attribute.
enum BaseNameOptionsThis declaration is gated by at least one @_spi attribute.
enum BaseNameOptionss11SwiftSyntax017DeclReferenceExprB0V0A6ParserE15BaseNameOptionsO What are these?97PD3import SwiftSyntaxA library for working with Swift code.
import SwiftParserA parser for the Swift programming language.
struct DeclReferenceExprSyntaxcase identifiercase `self`case `Self`case `init`case `deinit`case `subscript`case dollarIdentifiercase binaryOperatorcase integerLiteralprotocol CaseIterableA type that provides a collection of all of its values.
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.
init?(token: TokenSyntax) var tokenSyntax: TokenSyntax { get }Returns a token that satisfies the TokenSpec of this case.
static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.