Enumerationswift-syntax 601.0.1SwiftSyntax
Keyword
/ Automatically generated by generate-swift-syntax / Do not edit directly!
enum Keyword/ Automatically generated by generate-swift-syntax / Do not edit directly!
enum Keywordimport SwiftSyntaxA library for working with Swift code.
case __consumingcase __ownedcase __setter_accesscase __sharedcase _alignmentcase _backDeploycase _borrowcase _borrowingcase _BridgeObjectcase _cdeclcase _Classcase _compilerInitializedcase _constcase _consumingcase _documentationcase _dynamicReplacementcase _effectscase _exposecase _forwardcase _implementscase _linearcase _localcase _modifycase _movecase _mutatingcase _NativeClasscase _NativeRefCountedObjectcase _noMetadatacase _nonSendablecase _objcImplementationcase _objcRuntimeNamecase _opaqueReturnTypeOfcase _optimizecase _originallyDefinedIncase _PackageDescriptioncase _privatecase _projectedValuePropertycase _readcase _RefCountedObjectcase _semanticscase _specializecase _spicase _spi_availablecase _swift_native_objc_runtime_basecase _Trivialcase _TrivialAtMostcase _TrivialStridecase _typeErasercase _unavailableFromAsynccase _underlyingVersioncase _UnknownLayoutcase _versioncase accessescase actorcase addressWithNativeOwnercase addressWithOwnercase anycase `Any`case `as`case assignmentcase `associatedtype`case associativitycase asynccase attachedcase autoclosurecase availabilitycase availablecase awaitcase backDeployedcase beforecase blockcase borrowcase borrowingcase `break`case canImportcase `case`case `catch`case `class`case compilercase consumecase copycase consumingcase `continue`case conveniencecase conventioncase cTypecase `default`case `defer`case `deinit`case dependsOncase deprecatedcase derivativecase didSetcase differentiablecase distributedcase `do`case dynamiccase eachcase `else`case `enum`case escapingcase exclusivitycase exportedcase `extension`case `fallthrough`case `false`case filecase `fileprivate`case finalcase `for`case discardcase forwardcase `func`case freestandingcase getcase `guard`case higherThancase `if`case `import`case `in`case indirectcase infixcase `init`case initializescase inlinecase `inout`case `internal`case introducedcase `is`case isolatedcase kindcase lazycase leftcase `let`case linecase linearcase lowerThancase macrocase messagecase metadatacase modifycase modulecase mutableAddressWithNativeOwnercase mutableAddressWithOwnercase mutatingcase `nil`case noasynccase noDerivativecase noescapecase nonecase nonisolatedcase nonmutatingcase objccase obsoletedcase ofcase opencase `operator`case optionalcase overridecase packagecase postfixcase `precedencegroup`case preconcurrencycase prefixcase `private`case `Protocol`case `protocol`case `public`case readcase reasynccase renamedcase `repeat`case requiredcase `rethrows`case retroactivecase `return`case reversecase rightcase safecase scopedcase `self`case sendingcase `Self`case Sendablecase setcase somecase sourceFilecase spicase spiModulecase `static`case `struct`case `subscript`case `super`case swiftcase `switch`case targetcase thencase `throw`case `throws`case transposecase `true`case `try`case `Type`case `typealias`case unavailablecase uncheckedcase unownedcase unsafecase unsafeAddresscase unsafeMutableAddresscase `var`case visibilitycase weakcase `where`case `while`case willSetcase witness_methodcase wrtcase yieldprotocol 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.
protocol RawRepresentable<RawValue>A type that can be converted to and from an associated raw value.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
init?(_ text: SyntaxText) init?(rawValue: UInt8) var defaultText: SyntaxText { get }var hashValue: Int { get }static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)