AnnotationReference

sealed class AnnotationReference

Used to create a common type between KtAnnotationEntry class references and AnnotationDescriptor references, to streamline parsing.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Refers to the annotation class itself and not the annotated class.

Link copied to clipboard
val fqName: FqName
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun exclude(parameterIndex: Int = excludeIndex(fqName)): List<ClassReference>
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun replaces(parameterIndex: Int = replacesIndex(fqName)): List<ClassReference>
Link copied to clipboard
Link copied to clipboard
fun scope(parameterIndex: Int = DEFAULT_SCOPE_INDEX): ClassReference
Link copied to clipboard
abstract fun scopeOrNull(parameterIndex: Int = DEFAULT_SCOPE_INDEX): ClassReference?
Link copied to clipboard
fun toAnnotationSpec(): AnnotationSpec
Link copied to clipboard
open override fun toString(): String