KotlinTypeCastExpression

class KotlinTypeCastExpression(val impl: KtBinaryExpressionWithTypeRHS) : TypeCastExpression, KotlinOperationExpression

Constructors

Link copied to clipboard
fun KotlinTypeCastExpression(impl: KtBinaryExpressionWithTypeRHS)

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(): KtBinaryExpressionWithTypeRHS
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
val impl: KtBinaryExpressionWithTypeRHS
Link copied to clipboard
open override val kind: TypeCastExpresionKind
Link copied to clipboard
open override val left: Expression
Link copied to clipboard
abstract val operationReference: SimpleNameExpression
Link copied to clipboard
open override val operationToken: String
Link copied to clipboard
abstract val psiOrParent: Element
Link copied to clipboard
open override val right: TypeReference?
Link copied to clipboard
abstract val text: String