Entries

Link copied to clipboard

Matches all constructors in a class.

Link copied to clipboard

Matches class initialization blocks.

Link copied to clipboard

Matches all methods that are directly declared by the class, excluding constructors.

Link copied to clipboard

Matches all declared and inherited methods, excluding constructors.

Link copied to clipboard

Matches synthetic methods, such as default-value functions in Kotlin.

Link copied to clipboard

Matches Kotlin's property getters and setters.

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract operator fun invoke(mn: MethodNode): Boolean
Link copied to clipboard
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.