Parameter

interface Parameter

Represents an argument that is part of a method or constructor signature.

Inheritors

Properties

Link copied to clipboard

The set of annotations applied to this parameter definition.

Link copied to clipboard
abstract val name: String

The parameter name.

Link copied to clipboard
abstract val type: ClassReference

The type that this parameter stores.