PropertyAccessor

Functions

body
Link copied to clipboard
abstract fun body(): Expression?
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?
hasBlockBody
Link copied to clipboard
abstract fun hasBlockBody(): Boolean
hasBody
Link copied to clipboard
abstract fun hasBody(): Boolean
hasDeclaredReturnType
Link copied to clipboard
abstract fun hasDeclaredReturnType(): Boolean
hasInitializer
Link copied to clipboard
abstract fun hasInitializer(): Boolean
impl
Link copied to clipboard
abstract fun impl(): Any
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

annotationEntries
Link copied to clipboard
abstract val annotationEntries: List<AnnotationEntry>
bodyBlockExpression
Link copied to clipboard
abstract val bodyBlockExpression: BlockExpression?
bodyExpression
Link copied to clipboard
abstract val bodyExpression: Expression?
initializer
Link copied to clipboard
abstract val initializer: Expression?
isGetter
Link copied to clipboard
abstract val isGetter: Boolean
isSetter
Link copied to clipboard
abstract val isSetter: Boolean
modifierList
Link copied to clipboard
abstract val modifierList: ModifierList?
name
Link copied to clipboard
abstract val name: String?
parameter
Link copied to clipboard
abstract val parameter: Parameter?
parameterList
Link copied to clipboard
abstract val parameterList: ParameterList?
parents
Link copied to clipboard
abstract val parents: List<Element>
property
Link copied to clipboard
abstract val property: Property
psiOrParent
Link copied to clipboard
abstract val psiOrParent: Element
returnTypeReference
Link copied to clipboard
abstract val returnTypeReference: TypeReference?
text
Link copied to clipboard
abstract val text: String
valueParameters
Link copied to clipboard
abstract val valueParameters: List<Parameter?>