NullLiteralExpression

data class NullLiteralExpression(val supplement: NodeSupplement = NodeSupplement()) : Node.Expression.ConstantLiteralExpression

AST node that represents a null literal expression. The node corresponds to KtConstantExpression whose expressionType is KtNodeTypes.NULL.

Constructors

Link copied to clipboard
constructor(supplement: NodeSupplement = NodeSupplement())

Properties

Link copied to clipboard
open override val supplement: NodeSupplement

Supplemental data for the node.

Link copied to clipboard
open override val text: String

string representation of this constant.