ExposableDecl
public protocol ExposableDecl : Decl
A declaration that may be exposed to other scopes.
-
The access modifier of the declaration, if any.
Declaration
Swift
var accessModifier: SourceRepresentable<AccessModifier> { get }
View on GitHub