FieldReference

Represents a declared field 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 type: ClassReference

The type that this field stores.