MutableParameter

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

This representation is mutable, to allow changing properties of the parameter.

Properties

Link copied to clipboard
open override var annotations: List<AnnotationInstance>

The set of annotations applied to this parameter definition.

Link copied to clipboard
open override var name: String

The parameter name.

Link copied to clipboard
open override var type: MutableClassReference

The type that this parameter stores.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String