ktast
0.9.3
common
ast
/
ktast.ast
/
Node
/
Expression
/
WithLabel
With
Label
interface
WithLabel
Common interface for AST nodes that can have a label.
Inheritors
ReturnExpression
ContinueExpression
BreakExpression
ThisExpression
SuperExpression
Members
Properties
label
Link copied to clipboard
abstract
val
label
:
Node.Expression.NameExpression
?
label if exists, otherwise
null
.