DoubleColonExpression

Common interface for CallableReferenceExpression and ClassLiteralExpression. The node corresponds to KtDoubleColonExpression.

Inheritors

Properties

Link copied to clipboard
abstract val lhs: Node.Expression?

left-hand side expression if exists, otherwise null.

Link copied to clipboard

list of question marks after lhs.

Link copied to clipboard

Supplemental data for the node.

Functions

Link copied to clipboard
open fun lhsAsType(): Node.Type?

Convert lhs to Type if possible. Otherwise, return null.