KotlinProperty

class KotlinProperty(impl: KtProperty) : Property, KotlinVariableDeclaration

Functions

getAnnotations
Link copied to clipboard
abstract fun getAnnotations(): List<Annotation>
getResolvedCall
Link copied to clipboard
abstract fun getResolvedCall(context: ResolutionContext): ResolvedCall?
getVariableDescriptor
Link copied to clipboard
abstract fun getVariableDescriptor(context: ResolutionContext): VariableDescriptor?
hasBody
Link copied to clipboard
open override fun hasBody(): Boolean
hasDelegate
Link copied to clipboard
open override fun hasDelegate(): Boolean
hasDelegateExpression
Link copied to clipboard
open override fun hasDelegateExpression(): Boolean
hasDelegateExpressionOrInitializer
Link copied to clipboard
open override fun hasDelegateExpressionOrInitializer(): Boolean
hasInitializer
Link copied to clipboard
abstract fun hasInitializer(): Boolean
impl
Link copied to clipboard
open override fun impl(): KtProperty
lastBlockStatementOrThis
Link copied to clipboard
abstract fun lastBlockStatementOrThis(): Expression
location
Link copied to clipboard
abstract fun location(): CompilerMessageSourceLocation?
parents
Link copied to clipboard
abstract fun parents(): List<Element>
type
Link copied to clipboard
abstract fun type(context: ResolutionContext): Type?

Properties

accessors
Link copied to clipboard
open override val accessors: List<PropertyAccessor?>
annotationEntries
Link copied to clipboard
abstract val annotationEntries: List<AnnotationEntry>
delegate
Link copied to clipboard
open override val delegate: PropertyDelegate?
delegateExpression
Link copied to clipboard
open override val delegateExpression: Expression?
delegateExpressionOrInitializer
Link copied to clipboard
open override val delegateExpressionOrInitializer: Expression?
fqName
Link copied to clipboard
abstract val fqName: FqName?
getter
Link copied to clipboard
open override val getter: PropertyAccessor?
impl
Link copied to clipboard
val impl: KtProperty
initializer
Link copied to clipboard
abstract val initializer: Expression?
isLocal
Link copied to clipboard
open override val isLocal: Boolean
isMember
Link copied to clipboard
open override val isMember: Boolean
isTopLevel
Link copied to clipboard
open override val isTopLevel: Boolean
isVar
Link copied to clipboard
open override val isVar: Boolean
modifierList
Link copied to clipboard
abstract val modifierList: ModifierList?
name
Link copied to clipboard
abstract val name: String?
nameAsName
Link copied to clipboard
abstract val nameAsName: Name?
nameAsSafeName
Link copied to clipboard
abstract val nameAsSafeName: Name
parents
Link copied to clipboard
abstract val parents: List<Element>
psiOrParent
Link copied to clipboard
abstract val psiOrParent: Element
receiverTypeReference
Link copied to clipboard
abstract val receiverTypeReference: TypeReference?
setter
Link copied to clipboard
open override val setter: PropertyAccessor?
text
Link copied to clipboard
abstract val text: String
typeConstraintList
Link copied to clipboard
abstract val typeConstraintList: TypeConstraintList?
typeConstraints
Link copied to clipboard
abstract val typeConstraints: List<TypeConstraint>
typeParameterList
Link copied to clipboard
abstract val typeParameterList: TypeParameterList?
typeParameters
Link copied to clipboard
abstract val typeParameters: List<TypeParameter>
typeReference
Link copied to clipboard
abstract val typeReference: TypeReference?
valueParameterList
Link copied to clipboard
abstract val valueParameterList: ParameterList?
valueParameters
Link copied to clipboard
abstract val valueParameters: List<Parameter>