ConstructorReference

Represents a declared constructor for a particular class.

Inheritors

Properties

Link copied to clipboard

The set of annotations applied to this member definition.

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
abstract val type: ClassReference

The type that is instantiated by this constructor.