KotlinLambdaExpression

class KotlinLambdaExpression(impl: KtLambdaExpression) : LambdaExpression, KotlinExpression

Functions

Link copied to clipboard
abstract fun getResolvedCall(context: ResolutionContext): ResolvedCall?
Link copied to clipboard
abstract fun getVariableDescriptor(context: ResolutionContext): VariableDescriptor?
Link copied to clipboard
open override fun hasDeclaredReturnType(): Boolean
Link copied to clipboard
open override fun impl(): KtLambdaExpression
Link copied to clipboard
abstract fun lastBlockStatementOrThis(): Expression
Link copied to clipboard
abstract fun location(): CompilerMessageSourceLocation?
Link copied to clipboard
abstract fun parents(): List<Element>
Link copied to clipboard
abstract fun type(context: ResolutionContext): Type?

Properties

Link copied to clipboard
open override val bodyExpression: BlockExpression?
Link copied to clipboard
open override val functionLiteral: FunctionLiteral
Link copied to clipboard
val impl: KtLambdaExpression
Link copied to clipboard
abstract val psiOrParent: Element
Link copied to clipboard
abstract val text: String
Link copied to clipboard
open override val valueParameters: List<Parameter>