Properties

Link copied to clipboard
abstract val kind: Int

The kind of the generic definition.

Link copied to clipboard
abstract val name: String?

The name of the generic definition, if any.

Link copied to clipboard
abstract val required: Boolean?

A flag indicating if the generic definition is required.

Link copied to clipboard
abstract val type: String

The type of the generic definition.