KotlinDeclarationWithBody

fun interface KotlinDeclarationWithBody : DeclarationWithBody, KotlinDeclaration

Functions

body
Link copied to clipboard
open override 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
open override fun hasBlockBody(): Boolean
hasBody
Link copied to clipboard
open override fun hasBody(): Boolean
hasDeclaredReturnType
Link copied to clipboard
open override fun hasDeclaredReturnType(): Boolean
impl
Link copied to clipboard
abstract override fun impl(): KtDeclarationWithBody
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
open override val bodyBlockExpression: BlockExpression?
bodyExpression
Link copied to clipboard
open override val bodyExpression: Expression?
modifierList
Link copied to clipboard
abstract val modifierList: ModifierList?
name
Link copied to clipboard
abstract val name: String?
parents
Link copied to clipboard
abstract val parents: List<Element>
psiOrParent
Link copied to clipboard
abstract val psiOrParent: Element
text
Link copied to clipboard
abstract val text: String
valueParameters
Link copied to clipboard
open override val valueParameters: List<Parameter?>

Inheritors

KotlinFunction
Link copied to clipboard
KotlinPropertyAccessor
Link copied to clipboard