Enumerationswift-syntax 601.0.1SwiftParser
IdentifierCheckContext
Context in which to check if a name can be used as an identifier.
enum IdentifierCheckContextContext in which to check if a name can be used as an identifier.
enum IdentifierCheckContextimport SwiftParserA parser for the Swift programming language.
case variableNameCheck if a name can be used to declare a variable, ie. if it can be used after a let or var keyword.
case memberAccessCheck if a name can be used as a member access, ie. if it can be used after a ..
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.