Enumerationswift-syntax 601.0.1SwiftParser->SwiftSyntax
NameOptions
Parser+TokenSpecSet.swift:901This declaration is gated by at least one @_spi attribute.
enum NameOptionsThis declaration is gated by at least one @_spi attribute.
enum NameOptionss11SwiftSyntax012DeclModifierB0V0A6ParserE11NameOptionsO What are these?7OEZAimport SwiftSyntaxA library for working with Swift code.
import SwiftParserA parser for the Swift programming language.
struct DeclModifierSyntaxcase __consumingcase __setter_accesscase _constcase _localcase actorcase asynccase borrowingcase `class`case consumingcase conveniencecase distributedcase dynamiccase `fileprivate`case finalcase indirectcase infixcase `internal`case isolatedcase lazycase mutatingcase nonisolatedcase nonmutatingcase opencase optionalcase overridecase packagecase postfixcase prefixcase `private`case `public`case reasynccase requiredcase `static`case unownedcase weakcase sendingprotocol 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.