VisibilityModifier

Denotes the visibility modifier of a source code elements.

See also

DokkaConfiguration.Visibility

Entries

Link copied to clipboard

public modifier for Java, default visibility for Kotlin

Link copied to clipboard

private modifier for both Kotlin and Java

Link copied to clipboard

protected modifier for both Kotlin and Java

Link copied to clipboard

Kotlin-specific internal modifier

Link copied to clipboard

Java-specific package-private visibility (no modifier)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.