MissingElseBlockExpression

class MissingElseBlockExpression(whole: Expression, thenExpression: Expression) : BlockExpression

Functions

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

Properties

firstStatement
Link copied to clipboard
open override val firstStatement: Expression?
implicitReturnFromLast
Link copied to clipboard
open override val implicitReturnFromLast: Boolean
psiOrParent
Link copied to clipboard
open override val psiOrParent: Element
statements
Link copied to clipboard
open override val statements: List<Expression>
text
Link copied to clipboard
open override val text: String
thenExpression
Link copied to clipboard
val thenExpression: Expression
whole
Link copied to clipboard
val whole: Expression