KotlinDoubleColonExpression

fun interface KotlinDoubleColonExpression : DoubleColonExpression, 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
abstract override fun impl(): KtDoubleColonExpression
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 hasQuestionMarks: Boolean
Link copied to clipboard
open override val isEmptyLHS: Boolean
Link copied to clipboard
abstract val psiOrParent: Element
Link copied to clipboard
open override val receiverExpression: Expression?
Link copied to clipboard
abstract val text: String

Inheritors

Link copied to clipboard
Link copied to clipboard