AssignmentExpression

interface AssignmentExpression : OperationExpression

Functions

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

Properties

left
Link copied to clipboard
abstract val left: Expression?
operationReference
Link copied to clipboard
abstract val operationReference: SimpleNameExpression
operationToken
Link copied to clipboard
abstract val operationToken: String

The token as appears in the source code (+, -, ...)

operationTokenRpr
Link copied to clipboard
abstract val operationTokenRpr: String

One of the codes from org.jetbrains.kotlin.lexer.KtTokens (PLUS, MINUS, ...)

psiOrParent
Link copied to clipboard
abstract val psiOrParent: Element
right
Link copied to clipboard
abstract val right: Expression?
text
Link copied to clipboard
abstract val text: String