Ko Visibility Modifier Provider
An interface representing a Kotlin declaration that provides access to its visibility modifiers.
Inheritors
Properties
Link copied to clipboard
Determines whatever the declaration has internal modifier.
Link copied to clipboard
Determines whatever the declaration has private modifier.
Link copied to clipboard
Determines whatever the declaration has protected modifier.
Link copied to clipboard
Determines whatever the declaration has public modifier.
Link copied to clipboard
Determines whatever the declaration has public or no visibility modifier.
Link copied to clipboard
List of modifiers.
Link copied to clipboard
The number of modifiers.