MethodReference

Represents a declared method for a particular class.

Inheritors

Properties

Link copied to clipboard

The set of annotations applied to this member definition.

Link copied to clipboard

The constant default value returned by this method, if defined on an annotation class.

Link copied to clipboard
abstract val modifiers: Set<Modifier>

The set of modifiers applied to the member definition.

Link copied to clipboard
abstract val name: String

The member name.

Link copied to clipboard
abstract val parameters: List<Parameter>

The Parameter arguments that this constructor must be invoked with.

Link copied to clipboard

The type that is returned by this method, or voidType if none is defined.