KotlinCatchClause

class KotlinCatchClause(val impl: KtCatchClause) : CatchClause, KotlinElement

Constructors

Link copied to clipboard
fun KotlinCatchClause(impl: KtCatchClause)

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 impl(): KtCatchClause
Link copied to clipboard
abstract fun location(): CompilerMessageSourceLocation?
Link copied to clipboard
abstract fun parents(): List<Element>

Properties

Link copied to clipboard
open override val catchBody: Expression?
Link copied to clipboard
open override val catchParameter: Parameter?
Link copied to clipboard
val impl: KtCatchClause
Link copied to clipboard
open override val parameterList: ParameterList?
Link copied to clipboard
abstract val psiOrParent: Element
Link copied to clipboard
abstract val text: String