UnaryExpression

sealed interface UnaryExpression : Node.Expression

Common interface for PrefixUnaryExpression and PostfixUnaryExpression. The node corresponds to KtUnaryExpression

Inheritors

Types

Link copied to clipboard
sealed interface UnaryOperator : Node.Keyword

Common interface for AST nodes that represent unary operators.

Properties

Link copied to clipboard

operand expression.

Link copied to clipboard
Link copied to clipboard

Supplemental data for the node.