ContinueExpression

AST node that represents a continue expression. The node corresponds to KtContinueExpression.

Constructors

Link copied to clipboard
constructor(label: Node.Expression.NameExpression?, supplement: NodeSupplement = NodeSupplement())

Properties

Link copied to clipboard

label of this continue expression if exists, otherwise null.

Link copied to clipboard
open override val supplement: NodeSupplement

Supplemental data for the node.